Spacecraft.LoadNoradTLE(String, String) Method

Top 

Description

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

 

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.

 

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

 

Method Signature

Spacecraft.LoadNoradTLE(

String filename,


String nameToLoad)

 

 

Arguments

filename


Description:

The filename of the TLE file to read.

 

 

nameToLoad


Description:

The name of TLE state to load.

 

 

 

Return Value

Type:

number

 

 

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

 

Syntax

myVariable1 = mySpacecraft1.LoadNoradTLE(myString1, myString2);

 

 

See also

Spacecraft Object

Spacecraft.LoadNoradTLE

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide