The launcher.py
module#
Summary#
Start the Speos Service remotely using the product instance management API. |
|
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:
- version
str
,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.
- version
- 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:
- version
str
,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.
- version
- Returns:
ansys.speos.core.speos.Speos
An instance of the Speos Service.
- launcher.MAX_MESSAGE_LENGTH#