BatchLeastSquaresOD.GetPropertiesInStateVector(StringArray, StringArray) 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 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

BatchLeastSquaresOD.GetPropertiesInStateVector(

StringArray objectNames,


StringArray propertyData)

 

 

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.

 

 

 

Syntax

myBatchLeastSquaresOD1.GetPropertiesInStateVector(myStringArray1, myStringArray2);

 

 

See also

BatchLeastSquaresOD Object

BatchLeastSquaresOD.GetPropertiesInStateVector

Orbit Determination Guide