The launcher.py module#

Summary#

launch_speos

Start the Speos Service remotely using the product instance management API.

launch_remote_speos

Start the Speos Service remotely using the product instance management API.

Description#

Module to start Speos RPC Server.

Module detail#

launcher.launch_speos(version=None)#

Start the Speos Service remotely using the product instance management API.

Prerequisite : product instance management configured.

Parameters:
versionstr, optional

The Speos Service version to run, in the 3 digits format, such as “242”. If unspecified, the version will be chosen by the server.

Returns:
ansys.speos.core.speos.Speos

An instance of the Speos Service.

launcher.launch_remote_speos(version=None)#

Start the Speos Service remotely using the product instance management API.

When calling this method, you need to ensure that you are in an environment where PyPIM is configured. This can be verified with pypim.is_configured.

Parameters:
versionstr, optional

The Speos Service version to run, in the 3 digits format, such as “242”. If unspecified, the version will be chosen by the server.

Returns:
ansys.speos.core.speos.Speos

An instance of the Speos Service.

launcher.MAX_MESSAGE_LENGTH#