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 you set the TLESource for the satellite to Automatic Source File or DefineElements Source File. See the SetState SGP4 (Satellites) command for more information. You can use any file containing GP element data, 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. You can enter the AddFile "<FilePath>" combination two or more times on one command line.

"<FilePath>" is the path to a file on your local drive.

STK will add TLE files if the file contains element sets having SSC number that match 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

12.10