ScriptingParameterEnumerationChoice#

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

Bases: IRuntimeTypeInfoProvider

Scripting Parameter Enumeration Choice.

Overview#

name

Name of the enumeration.

value

Integer value of the enumeration.

Import detail#

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

Property detail#

property ScriptingParameterEnumerationChoice.name: str#

Name of the enumeration.

property ScriptingParameterEnumerationChoice.value: int#

Integer value of the enumeration.