AvailableServerContexts#

class ansys.dpf.core.server_context.AvailableServerContexts#

Defines available server contexts.

Overview#

no_context

pre_defined_environment

DataProcessingCore.xml that is next to DataProcessingCore.dll/libDataProcessingCore.so will

premium

Gets the Specific premium DataProcessingCore.xml to load most plugins with their

custom_defined

Loads the xml named “DpfCustomDefined.xml” that the user can modify.

entry

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

AvailableServerContexts.premium#

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.