executable#
- connect.executable(p0: str) int #
Specifies the file name of the EnSight server for automatic connections initiated by the client.
The filename can be a complete pathname to the server otherwise the server executable must be found in your default path on the host running the server.- Args:
- p0:
‘filename’ name of the server
- Examples:
# use server found in /usr/local/bin/ # WARNING: following line includes OBSOLETE call (ensight.connect.backend). ensight.connect.backend() ensight.connect.machine("slim") ensight.connect.executable("/usr/local/bin/.server") ensight.connect.directory("/tmp") ensight.connect.type("auto") ensight.connect.connect()
- Returns:
zero on success, non-zero on error