Description
Reset the estimation process, closing out all associated tracking data files, and clearing out any observation buffers.
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Click here to see the documentation for this object in millisecond timing precision mode.
Method Signature
SequentialFilter.Reset(
|
Variable removeAllObjectsToProcess,
|
|
Variable removeAllThrustEventsToModel)
|
Arguments
removeAllObjectsToProcess
|
|
Description:
|
When True (1) is specified, the list of objects that have been added for processing will be cleared.
|
Valid Values:
|
Value
|
Label
|
0
|
false
|
1
|
true
|
|
removeAllThrustEventsToModel
|
|
Description:
|
When True (1) is specified, the list of ThrustEvent objects that have been specified for modeling and all associated data will be cleared.
|
Valid Values:
|
Value
|
Label
|
0
|
false
|
1
|
true
|
|
Syntax
mySequentialFilter1.Reset(myVariable1, myVariable2);
|
See also
SequentialFilter Object
SequentialFilter.Reset
|