SequentialFilter.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.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

SequentialFilter.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

mySequentialFilter1.GetPropertiesInStateVector(myStringArray1, myStringArray2);

 

 

See also

SequentialFilter Object

SequentialFilter.GetPropertiesInStateVector