Description | Example | Return message | Group

TLEFileOptions

Add TLE files to SGP4 vehicles

Syntax

TLEFileOptions <SatObjectPath> (AddFile "<FilePath>")...

Related commands

Description

Use the TLEFileOptions command to add additional GP data files (like those containing TLEs) to SGP4 satellites. This command is valid if the TLESource for the satellite is set to Automatic Source File or DefineElements Source File. See the SetState SGP4 (Satellites) command for more information. Any file containing GP element data may be used, including TLE files and files containing CCSDS OMM content in XML, KVN, (using file extension .omm), and CSV formats.

Use AddFile to specify the "<FilePath>" to be added. The AddFile "<FilePath>" combination can be entered multiple times on one command line.

"<FilePath>" can be the path to a file on your local drive or the path to a file on an SDF server. See Specifying Paths for "<SDFFilePath>" syntax information.

TLE files will be added if the file contains element sets whose SSC number matches the SSC number of the satellite, and the element sets are not identical to element sets already used by the satellite.

Examples

To add a TLE file to Satellite1:

TLEFileOptions */Satellite/Satellite1 AddFile "c:\MyFiles\STK\tle25544a.tle"

To add two TLE files to Satellite1:

TLEFileOptions */Satellite/Satellite1 AddFile "c:\MyFiles\STK\tle25544b.tle" AddFile "c:\MyFiles\STK\tle25544c.tle"

Return message

Group membership

This command belongs to the following group(s):

Vehicles

Version

11.5