TwoLineElement.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. 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.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

myTwoLineElement1.WriteToFile(myVariable1, myString1);

 

 

See also

TwoLineElement Object

TwoLineElement.WriteToFile