Description
Write the two-line-element set to 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
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
|