TwoLineElement.LoadTLE(String, Variable) Method

Top 

Description

Loads a two-line-element set from a file.

 

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.

 

Method Signature

TwoLineElement.LoadTLE(

String filename,


Variable indexToLoad)

 

 

Arguments

filename


Description:

Name of the file to be read.

 

 

indexToLoad


Description:

index of the TLE to load

Valid Range:

indexToLoad ≥ 0

 

 

 

Syntax

myTwoLineElement1.LoadTLE(myString1, myVariable1);

 

 

See also

TwoLineElement Object

TwoLineElement.LoadTLE