TLECatalog.WriteToFile(Variable, String) Method

Top 

Description

Write the two-line-element set to a file.

 

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.

 

Method Signature

TLECatalog.WriteToFile(

Variable writeSCName,


String filename)

 

 

Arguments

writeSCName


Description:

Determines whether or not to include the spacecraft name as a header to the TLE (ala a three line element)

Valid Values:

Value

Label

0

false

1

true

 

 

 

filename


Description:

Name of the file to be written.

 

 

 

Syntax

myTLECatalog1.WriteToFile(myVariable1, myString1);

 

 

See also

TLECatalog Object