WhileLoopActionUsage#
- class ansys.sam.sysml2.meta_model.while_loop_action_usage.WhileLoopActionUsage(id: str)#
Bases:
ansys.sam.sysml2.meta_model.loop_action_usage.LoopActionUsageJava class ‘com.ansys.medini.metamodel.sysml.WhileLoopActionUsage’.
Overview#
Get the while argument property. |
|
Get the until argument property. |
Import detail#
from ansys.sam.sysml2.meta_model.while_loop_action_usage import WhileLoopActionUsage
Property detail#
- property WhileLoopActionUsage.while_argument: None#
Get the while argument property.
- Returns:
NoneValue of property while argument.
- property WhileLoopActionUsage.until_argument: Expression#
Get the until argument property.
- Returns:
- “Expression”
Value of property until argument.