ReferenceProperty#
- class ansys.modelcenter.workflow.grpc_modelcenter.reference_property.ReferenceProperty(element_id: ansys.api.modelcenter.v0.element_messages_pb2.ElementId, name: str, engine: ansys.modelcenter.workflow.grpc_modelcenter.engine.Engine)#
Bases:
ReferencePropertyBase,ansys.modelcenter.workflow.api.IReferencePropertyRepresents a reference property.
Overview#
Import detail#
from ansys.modelcenter.workflow.grpc_modelcenter.reference_property import ReferenceProperty
Method detail#
- ReferenceProperty.get_state() ansys.tools.variableinterop.VariableState#
Get the state of the property.
The returned state may be invalid. The engine does not attempt to run the workflow to validate the property.
- Returns:
atvi.VariableStateState of the property.