IfActionUsage#
- class ansys.sam.sysml2.meta_model.if_action_usage.IfActionUsage(id: str)#
Bases:
ansys.sam.sysml2.meta_model.action_usage.ActionUsageJava class ‘com.ansys.medini.metamodel.sysml.IfActionUsage’.
Overview#
Get the if argument property. |
|
Get the then action property. |
|
Get the else action property. |
Import detail#
from ansys.sam.sysml2.meta_model.if_action_usage import IfActionUsage
Property detail#
- property IfActionUsage.if_argument: None#
Get the if argument property.
- Returns:
NoneValue of property if argument.
- property IfActionUsage.then_action: ansys.sam.sysml2.meta_model.action_usage.ActionUsage#
Get the then action property.
- Returns:
- “ActionUsage”
Value of property then action.
- property IfActionUsage.else_action: ansys.sam.sysml2.meta_model.action_usage.ActionUsage#
Get the else action property.
- Returns:
- “ActionUsage”
Value of property else action.