connect#

class ansys.api.pyensight.ensight_api.connect(session: Session)#

Class wrapper for EnSight connect module

This class acts as a proxy for the EnSight Python module ensight.connect

Methods

connect.backend()

Indicates that the following 'connect:' commands will apply to new server connections.

connect.connect()

Cause the client to wait for a connection to the EnSight server.

connect.default()

Indicates that the following 'connect:' commands will change the EnSight defaults for future sessions.

connect.directory(p0)

Specifies the directory shown in the Data Reader dialog.

connect.executable(p0)

Specifies the file name of the EnSight server for automatic connections initiated by the client.

connect.login_id(p0)

Specifies a different user name to use on the computer where the server will run.

connect.machine(p0)

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

connect.plotter()

Connect: plotter

connect.port(p0)

Connect: port

connect.ports(p0)

Connect: ports

connect.type(p0)

Specifies whether the EnSight server should be started by the client or by the user.