Properties for a Custom engine model.
DisableControlParameter |
Disables the specified control parameter. |
EnableControlParameter |
Enables the specified control parameter. |
IsControlParameterEnabled |
Sees if the specified control is enabled. |
ControlParametersAvailable |
Returns whether or not the control parameters can be set. |
EvalFunctionName |
The EvalFunction - custom function to call at every thrust evaluation. |
g |
The earth surface gravity acceleration for Isp conversions. Uses Acceleration Dimension. |
PostFunctionName |
The PostFunction - custom function to call after all propagation ends. |
PreFunctionName |
The PreFunction - custom function to call before any propagation begins. |
SegStartFunctionName |
The SegStartFunction - custom function to call at the beginning of each segment. |
UpdateFunctionName |
The UpdateFunction - custom function to call at the beginning of each integration step. |
| Name |
|---|
| AgVAEngineCustom |