WhileLoopActionUsage#

class ansys.sam.sysml2.meta_model.while_loop_action_usage.WhileLoopActionUsage(id: str)#

Bases: ansys.sam.sysml2.meta_model.loop_action_usage.LoopActionUsage

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

Overview#

while_argument

Get the while argument property.

until_argument

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:
None

Value of property while argument.

property WhileLoopActionUsage.until_argument: Expression#

Get the until argument property.

Returns:
“Expression”

Value of property until argument.