TwoLineElement.WriteToFile(Variable, String, Variable) 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,


Variable append)

 

 

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.

 

 

append


Description:

Determines whether or not the two line data should be appended to any existing content in the specified file

Valid Values:

Value

Label

0

false

1

true

 

 

 

 

Syntax

myTwoLineElement1.WriteToFile(myVariable1, myString1, myVariable2);

 

 

See also

TwoLineElement Object

TwoLineElement.WriteToFile