The constants.py
module#
Summary#
IP address for localhost. |
|
Product name for the Additive server in a PyPIM environment. |
|
Default Ansys product version to use for the Additive server. |
|
Name of the Additive server executable. |
|
Subdirectory for the Additive server in the Ansys installation directory. |
Description#
Constants used for server connections.
Module detail#
- constants.LOCALHOST = '127.0.0.1'#
IP address for localhost.
- constants.PYPIM_PRODUCT_NAME = 'additive'#
Product name for the Additive server in a PyPIM environment.
- constants.DEFAULT_PRODUCT_VERSION = '242'#
Default Ansys product version to use for the Additive server.
- constants.ADDITIVE_SERVER_EXE_NAME = 'additiveserver'#
Name of the Additive server executable.
- constants.ADDITIVE_SERVER_SUBDIR#
Subdirectory for the Additive server in the Ansys installation directory.