Succession#

class ansys.sam.sysml2.meta_model.succession.Succession(element_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.

trigger_step

Get the trigger step property.

transition_step

Get the transition 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.trigger_step: list[Step]#

Get the trigger step property.

Returns:
list[“Step”]

Value of property trigger step.

property Succession.transition_step: Step#

Get the transition step property.

Returns:
“Step”

Value of property transition step.

property Succession.effect_step: list[Step]#

Get the effect step property.

Returns:
list[“Step”]

Value of property effect step.