ODEstimationProcess.GetPropertiesInStateVector(StringArray, StringArray, Variable, StringArray, Variable) Method

Top 

Description

Gets the list of properties included in the state vector for the ODEstimation object.

 

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

ODEstimationProcess.GetPropertiesInStateVector(

StringArray objectNames,


StringArray propertyData,


Variable excludeConsidered,


StringArray estimationStatus,


Variable propertyDataToReport)

 

 

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

myODEstimationProcess1.GetPropertiesInStateVector(myStringArray1, myStringArray2, myVariable1, myStringArray3, myVariable2);

 

 

See also

ODEstimationProcess Object

ODEstimationProcess.GetPropertiesInStateVector

Orbit Determination Guide