Spacecraft.LoadNoradTLE(String, Variable) Method

Top 

Description

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

 

This method has been Deprecated. Please use Spacecraft.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

Spacecraft.LoadNoradTLE(

String filename,


Variable indexToLoad)

 

 

Arguments

filename


Description:

The filename of the TLE file to read.

 

 

indexToLoad


Description:

The index of the TLE state to load into the Spacecraft.

Valid Range:

indexToLoad ≥ 0

 

 

 

Return Value

Type:

number

 

 

The total number of states in the specified TLE or TLE file.

 

Syntax

myVariable1 = mySpacecraft1.LoadNoradTLE(myString1, myVariable2);

 

 

See also

Spacecraft Object

Spacecraft.LoadNoradTLE

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide