machine#

connect.machine(p0: str) int#

Specifies the hostname where EnSight server should be run for automatic connections initiated by the client.

The name specified must be an Internet accessible hostname or IP address. You must be able to rlogin (or ssh) into this machine.
Args:
p0:

‘hostname’ name of the computer where the server should run

Examples:
# use an auto connection to host 'slim'
# WARNING: following line includes OBSOLETE call (ensight.connect.backend).
ensight.connect.backend()
ensight.connect.machine("slim")
ensight.connect.executable(".server")
ensight.connect.directory("/tmp")
ensight.connect.type("auto")
ensight.connect.connect()
Returns:

zero on success, non-zero on error