Group#
- class ansys.modelcenter.workflow.grpc_modelcenter.group.Group(element_id: ansys.api.modelcenter.v0.element_messages_pb2.ElementId, engine: ansys.modelcenter.workflow.grpc_modelcenter.engine.Engine)#
Bases:
ansys.modelcenter.workflow.grpc_modelcenter.abstract_datapin_container.AbstractGRPCDatapinContainer,ansys.modelcenter.workflow.api.IGroupRepresents a group in the workflow.
Note
This class should not be directly instantiated by clients. Get a
Workflowobject from an instantiatedEngineinstance and use it to get a valid instance of this object.
Overview#
Import detail#
from ansys.modelcenter.workflow.grpc_modelcenter.group import Group
Method detail#
- Group.__eq__(other)#