HCW.CoordinateSetToPropagate Property

Top 

Description

The coordinate set used when propagating the HCW equations of motion. Propagating in Cartesian coordinates is the classical HCW formulation. RIC Cylindrical or RIC Spherical relative elements can also be propagated using the same HCW equations, which can achieve more accurate results.

 

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:

integer

Access:

read/write

Default Value:

0 ( RIC Cartesian )

Valid Values:

Value

Label

0

RIC Cartesian

1

RIC Cylindrical

2

RIC Spherical

 

Syntax

myVariable1 = myHCW1.CoordinateSetToPropagate;

 

myHCW1.CoordinateSetToPropagate = myVariable1;

 

See also

HCW Object