ScriptingParameter#
- class ansys.stk.core.stkobjects.astrogator.ScriptingParameter#
Bases:
IRuntimeTypeInfoProvider
Scripting Parameter.
Overview#
Get or set the parameter name. |
|
Get or set the parameter value. Set in Object Model unit preference for selected dimension. |
|
Get or set the parameterβs unit that is used to represent ParamValue during the scripting tool script execution. ParamValue is set in Object Model unit preference for selected dimension and not this unit. As with other units configurable in the desktop environment for STK, this unit is separate (and may differ) from the Object Model unit preference. |
|
Get or set the parameterβs type. |
|
If true, parameter value will be inherited from previous profileβs value. |
|
Get or set the parameterβs comment. |
|
Get or set the parameterβs dimension. |
|
Get the collection of enumerations to use when parameter type is eVAScriptingParameterTypeEnumeration. |
|
If true, a minimum value will be enforced for the parameter value. |
|
Get or set the minimum value permitted for the parameter value. |
|
If true, a maximum value will be enforced for the parameter value. |
|
Get or set the maximum value permitted for the parameter value. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import ScriptingParameter
Property detail#
- property ScriptingParameter.parameter_value: Any#
Get or set the parameter value. Set in Object Model unit preference for selected dimension.
- property ScriptingParameter.unit: str#
Get or set the parameterβs unit that is used to represent ParamValue during the scripting tool script execution. ParamValue is set in Object Model unit preference for selected dimension and not this unit. As with other units configurable in the desktop environment for STK, this unit is separate (and may differ) from the Object Model unit preference.
- property ScriptingParameter.type: ScriptingParameterType#
Get or set the parameterβs type.
- property ScriptingParameter.inherit_value: bool#
If true, parameter value will be inherited from previous profileβs value.
- property ScriptingParameter.enumeration_choices: ScriptingParameterEnumerationChoiceCollection#
Get the collection of enumerations to use when parameter type is eVAScriptingParameterTypeEnumeration.
- property ScriptingParameter.use_min_value: bool#
If true, a minimum value will be enforced for the parameter value.
- property ScriptingParameter.min_value: Any#
Get or set the minimum value permitted for the parameter value.