InvocationExpression#

class ansys.sam.sysml2.meta_model.invocation_expression.InvocationExpression(id: str)#

Bases: ansys.sam.sysml2.meta_model.expression.Expression

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

Overview#

argument

Get the argument property.

Import detail#

from ansys.sam.sysml2.meta_model.invocation_expression import InvocationExpression

Property detail#

property InvocationExpression.argument: List[ansys.sam.sysml2.meta_model.expression.Expression]#

Get the argument property.

Returns:
List[“Expression”]

Value of property argument.