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 | Gets or sets the EvalFunction - custom function to call at every thrust evaluation. |
g | Gets or sets the earth surface gravity acceleration for Isp conversions. Uses Acceleration Dimension. |
PostFunctionName | Gets or sets the PostFunction - custom function to call after all propagation ends. |
PreFunctionName | Gets or sets the PreFunction - custom function to call before any propagation begins. |
SegStartFunctionName | Gets or sets the SegStartFunction - custom function to call at the beginning of each segment. |
UpdateFunctionName | Gets or sets the UpdateFunction - custom function to call at the beginning of each integration step. |
Implemented Interface |
---|
IAgComponentInfo |
IAgCloneable |
Name |
---|
AgVAEngineCustom |