FFEphemProperties.ColumnSpacecraftProperties Property

Top 

Description

The list of Spacecraft properties that data in the Ephemeris' columns are loaded into when the Ephemeris is used as a propagator for a Spacecraft object. If a Spacecraft property is mapped to a column, that column's value at the current row will be automatically populated with the value of the mapped property taken from the Spacecraft when the Put command is used, or when the Spacecraft is stepped and the ephemeris is global. Only works for FreeFlyer Ephemeris Version 2.0 and higher.

 

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.

 

Attributes

Type:

Array of string

Access:

read/write

Default Value:

{ "Epoch", "X", ..."VY", "VZ" }

 

Syntax

myString1 = myFFEphemProperties1.ColumnSpacecraftProperties[0];

 

myFFEphemProperties1.ColumnSpacecraftProperties[0] = myString1;

 

See also

FFEphemProperties Object

Working with Ephemerides