IAsyncDatapinContainer#
- class IAsyncDatapinContainer#
Bases: abc.ABC
Provides an abstract base class for something that can contain datapins.
Overview#
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.