SpacecraftProcessNoise.ReferenceFrame Property

Top 

Description

A string indicating the reference frame of the Process Noise rate matrix. This property must be set using the SetProcessNoiseInFrame() method.

 

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.

 

Attributes

Type:

string

Access:

read

Valid Values:

Value

Label

"ICRF"

ICRF

"VNB"

VNB

"LVLH"

LVLH

"GEODETIC"

GEODETIC

"UVW"

UVW

"RIC"

RIC

"Custom"

Custom

 

Syntax

myString1 = mySpacecraftProcessNoise1.ReferenceFrame;

 

See also

SpacecraftProcessNoise Object