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


Variable filterStatus,


StringArray estimatedStatus,


Variable dataType)

 

 

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.

 

 

filterStatus


Description:

When True (1) is specified, the Considered properties will be excluded from the output.

Valid Values:

Value

Label

0

false

1

true

 

 

 

estimatedStatus


Description:

Output containing the estimation status of each reported data element.

 

 

dataType


Description:

The type of data returned.

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