default#
- connect.default() int #
Indicates that the following ‘connect:’ commands will change the EnSight defaults for future sessions.
To temporarily change server connection settings, use the ‘connect: backend’ command.- Examples:
ensight.connect.default() ensight.connect.machine("localhost") ensight.connect.executable(".server") ensight.connect.directory("/tmp") ensight.connect.type("auto")
- Returns:
zero on success, non-zero on error