NoradSGP4.ResetCartesian Property |
Top |
DescriptionAfter setting the value of one or more properties of the NoradSGP4State child object of the Spacecraft in script, this property must be called. This will convert the NoradSGP4 elements to Cartesian and set the state of the Spacecraft. This step must be taken for the propagator to function correctly, whenever NoradSGP4State properties are modified in the script. Example: Spacecraft1.NoradSGP4.I = 20.0; // set inclination to 20 degrees Spacecraft1.NoradSGP4.E = 0.001; // set eccentricity Spacecraft1.ResetCartesian = 1; // update Spacecraft state
Timing Precision Mode This page describes functionality in nanosecond timing precision mode.
Attributes
Syntax
See also
|