PortionKind#

class ansys.sam.sysml2.meta_model.portion_kind.PortionKind#

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

Overview#

value

Get the value property.

name

Get the name property.

literal

Get the literal property.

by_name

Get the by name property.

Import detail#

from ansys.sam.sysml2.meta_model.portion_kind import PortionKind

Property detail#

property PortionKind.value: int#

Get the value property.

Returns:
int

Value of property value.

property PortionKind.name: str#

Get the name property.

Returns:
str

Value of property name.

property PortionKind.literal: str#

Get the literal property.

Returns:
str

Value of property literal.

property PortionKind.by_name: PortionKind#

Get the by name property.

Returns:
“PortionKind”

Value of property by name.

Attribute detail#

PortionKind.TIMESLICE: PortionKind#
PortionKind.SNAPSHOT: PortionKind#
PortionKind.TIMESLICE_VALUE: int#
PortionKind.SNAPSHOT_VALUE: int#
PortionKind.VALUES_ARRAY: PortionKind#
PortionKind.VALUES: list#