StateCalcPythonScript#
- class ansys.stk.core.stkobjects.astrogator.StateCalcPythonScript#
Bases:
IComponentInfo,ICloneablePython script Calc objects.
Overview#
Get the arguments to be applied to the function. |
|
Get the arguments to be applied to the function. |
|
Get or set the user-supplied script to be evaluated as Python code. |
|
Get or set the name of the Python variable containing the calculated value. |
|
Get or set the unit dimension. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import StateCalcPythonScript
Property detail#
- property StateCalcPythonScript.calculation_object_arguments: CalculationObjectCollection#
Get the arguments to be applied to the function.
- property StateCalcPythonScript.calculation_object_arguments_link_embed: CalculationObjectLinkEmbedControlCollection#
Get the arguments to be applied to the function.
- property StateCalcPythonScript.custom_script: str#
Get or set the user-supplied script to be evaluated as Python code.