StateCalcScript#

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

Bases: IComponentInfo, ICloneable

Script Calc objects.

Overview#

calculation_object_arguments

Get the arguments to be applied to the function.

inline_func

Get or set the expression to be applied as a function.

unit_dimension

Get or set the unit dimension.

calculation_object_arguments_link_embed

Get the arguments to be applied to the function.

Import detail#

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

Property detail#

property StateCalcScript.calculation_object_arguments: CalculationObjectCollection#

Get the arguments to be applied to the function.

property StateCalcScript.inline_func: str#

Get or set the expression to be applied as a function.

property StateCalcScript.unit_dimension: str#

Get or set the unit dimension.

Get the arguments to be applied to the function.