Spacecraft.Report_TLE(ReportInterface) Method

Top 

Description

The Report_TLE method is used to write the Two Line Element Formatted state of the calling Spacecraft to the specified reportInterfaceObject.

 

This method has been Deprecated. Please use the Two Line Element object instead.

 

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

Spacecraft.Report_TLE(

ReportInterface reportInterfaceObject)

 

 

Arguments

reportInterfaceObject


Description:

ReportInterface to which the Spacecraft TLE state will be written.

 

 

 

Return Value

Type:

number

 

 

Returns 1 if the TLE is successfully written to the ReportInterface. Returns a 0 if writing fails.

 

Syntax

myVariable1 = mySpacecraft1.Report_TLE(myReportInterface1);

 

 

See also

Spacecraft Object

Spacecraft.Report_TLE

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide