Spacecraft.LoadNoradTLE Method

Top 

Description

Loads a state from the specified TLE or TLE file into the Spacecraft and returns the total number of states in the TLE or TLE file. If you are loading a Spacecraft state from a TLE, you should use a Norad propagator when running your Mission Plan.

 

This method has been Deprecated. Please use Spacecraft.LoadTLE instead.

 

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.

 

Overload List

Signatures

Return Value

Description

Spacecraft.LoadNoradTLE(StringArray tleLines)

Variable

Loads a state from the given TLE into the Spacecraft.

Spacecraft.LoadNoradTLE(String filename, String nameToLoad)

Variable

Loads a state from the specified TLE file with the specified state name into the Spacecraft.

Spacecraft.LoadNoradTLE(String filename, Variable indexToLoad)

Variable

Loads a state from the specified TLE file at the specified index into the Spacecraft.

 

 

See also

Spacecraft Object

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide