Spacecraft.LoadNoradTLE(StringArray) Method

Top 

Description

Loads a state from the given TLE 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(

StringArray tleLines)

 

 

Arguments

tleLines


Description:

An optional Spacecraft name followed by the two lines of the TLE state to load into the Spacecraft.

 

 

 

Return Value

Type:

number

 

 

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

 

Syntax

myVariable1 = mySpacecraft1.LoadNoradTLE(myStringArray1);

 

 

See also

Spacecraft Object

Spacecraft.LoadNoradTLE

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide