backend#
- connect.backend() int #
Indicates that the following ‘connect:’ commands will apply to new server connections.
To change the default server connection settings, use the ‘connect: default’ command.- Examples:
# WARNING: following line includes OBSOLETE call (ensight.connect.backend). ensight.connect.backend() ensight.connect.machine("localhost") ensight.connect.executable(".server") ensight.connect.directory("") ensight.connect.type("auto") ensight.connect.connect()
- Returns:
zero on success, non-zero on error