AvailableServerContexts
#
- class ansys.dpf.core.server_context.AvailableServerContexts#
Defines available server contexts.
Overview#
DataProcessingCore.xml that is next to DataProcessingCore.dll/libDataProcessingCore.so will |
|
Gets the Specific premium DataProcessingCore.xml to load most plugins with their |
|
Loads the xml named “DpfCustomDefined.xml” that the user can modify. |
|
Loads the minimum number of plugins for a basic usage. Is the default. |
Import detail#
from ansys.dpf.core.server_context import AvailableServerContexts
Attribute detail#
- AvailableServerContexts.no_context#
- AvailableServerContexts.pre_defined_environment#
DataProcessingCore.xml that is next to DataProcessingCore.dll/libDataProcessingCore.so will be taken
Gets the Specific premium DataProcessingCore.xml to load most plugins with their environments.
- AvailableServerContexts.custom_defined#
Loads the xml named “DpfCustomDefined.xml” that the user can modify.
- AvailableServerContexts.entry#
Loads the minimum number of plugins for a basic usage. Is the default.