IAsyncDatapinContainer#

class IAsyncDatapinContainer#

Bases: abc.ABC

Provides an abstract base class for something that can contain datapins.

Overview#

get_datapins

Get the datapins in the container.

Import detail#

from ansys.engineeringworkflow.api.iasyncworkflow import IAsyncDatapinContainer

Method detail#

abstract async IAsyncDatapinContainer.get_datapins() Collection[IAsyncDatapin]#

Get the datapins in the container.

Returns:
Mapping[str, IDatapin]

Map of the datapins in the container. The keys in the map are the short names of the datapins (relative to the container’s name).