Succession#
- class ansys.sam.sysml2.meta_model.succession.Succession(id: str)#
Bases:
ansys.sam.sysml2.meta_model.connector.ConnectorJava class ‘com.ansys.medini.metamodel.sysml.Succession’.
Overview#
Get the guard expression property. |
|
Get the transition step property. |
|
Get the trigger step property. |
|
Get the effect step property. |
Import detail#
from ansys.sam.sysml2.meta_model.succession import Succession
Property detail#
- property Succession.guard_expression: List[Expression]#
Get the guard expression property.
- Returns:
List[“Expression”]Value of property guard expression.
- property Succession.transition_step: Step#
Get the transition step property.
- Returns:
- “Step”
Value of property transition step.