Function#
- class ansys.sam.sysml2.meta_model.function.Function(id: str)#
Bases:
ansys.sam.sysml2.meta_model.behavior.BehaviorJava class ‘com.ansys.medini.metamodel.sysml.Function’.
Overview#
Get the result property. |
|
Get the expression property. |
Import detail#
from ansys.sam.sysml2.meta_model.function import Function
Property detail#
- property Function.expression: List[Expression]#
Get the expression property.
- Returns:
List[“Expression”]Value of property expression.