StateCalcCustomFunction#

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

Bases: IComponentInfo, ICloneable

Custom Function Calc objects.

Overview#

reset_function_name

Get or set the custom function called before computing, before each segment runs, and before reporting.

eval_function_name

Get or set the custom function used to calculate this object’s value.

unit_dimension

Get or set the unit dimension.

Import detail#

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

Property detail#

property StateCalcCustomFunction.reset_function_name: str#

Get or set the custom function called before computing, before each segment runs, and before reporting.

property StateCalcCustomFunction.eval_function_name: str#

Get or set the custom function used to calculate this object’s value.

property StateCalcCustomFunction.unit_dimension: str#

Get or set the unit dimension.