Group#

class 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.IGroup

Represents a group in the workflow.

Note

This class should not be directly instantiated by clients. Get a Workflow object from an instantiated Engine instance and use it to get a valid instance of this object.

Overview#

__eq__

Return self==value.

Import detail#

from ansys.modelcenter.workflow.grpc_modelcenter.group import Group

Method detail#

Group.__eq__(other)#

Return self==value.