The constants.py module#

Summary#

LOCALHOST

IP address for localhost.

PYPIM_PRODUCT_NAME

Product name for the Additive server in a PyPIM environment.

DEFAULT_PRODUCT_VERSION

Default Ansys product version to use for the Additive server.

ADDITIVE_SERVER_EXE_NAME

Name of the Additive server executable.

ADDITIVE_SERVER_SUBDIR

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.