TwoLineElement.LoadTLE(String, String) Method

Top 

Description

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

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

TwoLineElement.LoadTLE(

String filename,


String nameToLoad)

 

 

Arguments

filename


Description:

Name of the file to be read.

 

 

nameToLoad


Description:

name or id of the spacecraft to load from the TLE

 

 

 

Syntax

myTwoLineElement1.LoadTLE(myString1, myString2);

 

 

See also

TwoLineElement Object

TwoLineElement.LoadTLE