connect#

ansys.systemcoupling.core.connect(host, port)#

Connect to an instance of System Coupling already running in server mode.

Parameters:
hoststr

IP address of the system running the System Coupling instance.

portint

Port on which to connect to System Coupling.

Returns:
ansys.systemcoupling.core.session.Session

Session object, providing access to a set up and solve API controlling a remote System Coupling instance.

Return type:

Session