Succession#

class ansys.sam.sysml2.meta_model.succession.Succession(id: str)#

Bases: ansys.sam.sysml2.meta_model.connector.Connector

Java class ‘com.ansys.medini.metamodel.sysml.Succession’.

Overview#

guard_expression

Get the guard expression property.

transition_step

Get the transition step property.

trigger_step

Get the trigger step property.

effect_step

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.

property Succession.trigger_step: List[Step]#

Get the trigger step property.

Returns:
List[“Step”]

Value of property trigger step.

property Succession.effect_step: List[Step]#

Get the effect step property.

Returns:
List[“Step”]

Value of property effect step.