ScriptingSegment#

class ansys.stk.core.stkobjects.astrogator.ScriptingSegment#

Bases: IRuntimeTypeInfoProvider

Scripting Segment.

Overview#

component_name

Get or set the name of the component.

attribute

Get or set the name of the attribute.

unit

Get or set the unit.

available_attribute_values

Return a list of available attribute values.

read_only_property

True if it is a read-only property.

object_name

Get or set the profile/segment that contains the attribute.

available_object_names

Return a list of available profile/segment names.

Import detail#

from ansys.stk.core.stkobjects.astrogator import ScriptingSegment

Property detail#

property ScriptingSegment.component_name: str#

Get or set the name of the component.

property ScriptingSegment.attribute: str#

Get or set the name of the attribute.

property ScriptingSegment.unit: str#

Get or set the unit.

property ScriptingSegment.available_attribute_values: list#

Return a list of available attribute values.

property ScriptingSegment.read_only_property: bool#

True if it is a read-only property.

property ScriptingSegment.object_name: str#

Get or set the profile/segment that contains the attribute.

property ScriptingSegment.available_object_names: list#

Return a list of available profile/segment names.