MultiplicityRange#

class ansys.sam.sysml2.meta_model.multiplicity_range.MultiplicityRange(id: str)#

Bases: ansys.sam.sysml2.meta_model.multiplicity.Multiplicity

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

Overview#

lower_bound

Get the lower bound property.

upper_bound

Get the upper bound property.

bound

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.