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
List of the available service names.
Name of the definition.
Name of the product.
Version of the product.