Formation.LoadNoradTLE(String) Method

Top 

Description

Adds a Formation Spacecraft for each state in the specified TLE file and then initializes the Spacecraft with that state. 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 Formation.LoadTLE instead.

 

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.

 

Note: This method has a state. See the Methods and Properties with State page for more information.

 

Method Signature

Formation.LoadNoradTLE(

String filename)

 

 

Arguments

filename


Description:

The filename of the TLE file to read.

 

 

 

Return Value

Type:

number

 

 

The total number of states in the specified TLE file.

 

Syntax

myVariable1 = myFormation1.LoadNoradTLE(myString1);

 

 

See also

Formation Object

Formations Guide