Description
Gets the list of properties included in the state vector for the ODEstimation object.
Timing Precision Mode
This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.
Click here to see the documentation for this object in nanosecond timing precision mode.
Method Signature
Arguments
objectNames
|
|
Description:
|
Object names corresponding to the properties included in the state vector. Note that this will have the same dimension as the properties argument.
|
propertyData
|
|
Description:
|
Property data included in the state vector. Note that this will have the same dimension as the objectNames argument.
|
excludeConsidered
|
|
Description:
|
When True (1) is specified, the Considered properties will be excluded from the output.
|
Valid Values:
|
Value
|
Label
|
0
|
false
|
1
|
true
|
|
estimationStatus
|
|
Description:
|
Output containing the estimation status (Estimated or Considered) of each reported data element.
|
propertyDataToReport
|
|
Description:
|
The data to be reported in the propertyData argument. Numeric values are re-cast as Strings.
|
Valid Values:
|
Value
|
Label
|
1
|
Property Name
|
2
|
Current Value
|
3
|
State Update
|
|
Syntax
mySequentialFilter1.GetPropertiesInStateVector(myStringArray1, myStringArray2, myVariable1, myStringArray3, myVariable2);
|
See also
SequentialFilter Object
SequentialFilter.GetPropertiesInStateVector
|