MultiplicityRange#
- class ansys.sam.sysml2.meta_model.multiplicity_range.MultiplicityRange(id: str)#
Bases:
ansys.sam.sysml2.meta_model.multiplicity.MultiplicityJava class ‘com.ansys.medini.metamodel.sysml.MultiplicityRange’.
Overview#
Get the lower bound property. |
|
Get the upper bound property. |
|
Get the bound property. |
Import detail#
from ansys.sam.sysml2.meta_model.multiplicity_range import MultiplicityRange
Property detail#
- property MultiplicityRange.lower_bound: Expression#
Get the lower bound property.
- Returns:
- “Expression”
Value of property lower bound.
- property MultiplicityRange.upper_bound: Expression#
Get the upper bound property.
- Returns:
- “Expression”
Value of property upper bound.
- property MultiplicityRange.bound: List[Expression]#
Get the bound property.
- Returns:
List[“Expression”]Value of property bound.