Smoother Scope Functions
The Smoother attribute scope contains functions that enable you to interact with a Smoother object.
|
CAgAttr GetStateContents(string roughFilename) This previews which states the smoother will use, based on a specific rough file. The StateContent tool calls this function. Parameters
Return Value
|
Example VBS: Copy
|
|
bool Go() Use this to run the smoother. Return Value
|
Example VBS: Copy
It returns a flag indicating if the smoother ran and if the subsequent ephemeris prediction propagated to the requested stop time. To distinguish between the smoother run itself and the ephemeris prediction, you can inspect the following Boolean attributes for detailed status/error information: Copy
|
|
bool Stop() Use this to stop the execution of the smoother. Parameters
|
Example VBS: Copy
|