Definition#

class ansys.platform.instancemanagement.Definition(name: str, product_name: str, product_version: str, available_service_names: Sequence[str], stub: ProductInstanceManagerStub | None = None)#

Provides a definition of a product that can be started using the PIM API.

The definition is a static object describing a product that can be started remotely.

Methods

Definition.create_instance([timeout, ...])

Create a product instance from this definition.

Attributes

Definition.available_service_names

List of the available service names.

Definition.name

Name of the definition.

Definition.product_name

Name of the product.

Definition.product_version

Version of the product.