Description | Example | Return message | Group

TE_TrackTraceability_RM

Retrieve Track traceability information

Syntax

TE_TrackTraceability_RM <ScenarioPath> Name "<TrackName>" [ID "<PointID>"]

Related commands

Description

The T&E Tool Kit Plugin must be installed in order to use this command.

The TE_TrackTraceability_RM command returns information from the traceability file.

Include the ID "<PointID>" to return information for a specific point, otherwise information for all points will be returned.

The command will return the following information for each point:

  • LineNumber
  • TrackID
  • Time (ISO-YD format)
  • ArrayIndex (either 0 or -1)

Examples

To return information for all points:

TE_TrackTraceability_RM * Name "MyTrack"

Return message

LineNumber: 3, TrackID: 1, Time: 2013-302T15:30:32.000, ArrayIndex: 0 LineNumber: 4, TrackID: 2, Time: 2013-302T15:30:32.500, ArrayIndex: 0 LineNumber: 5, TrackID: 3, Time: 2013-302T15:30:33.000, ArrayIndex: 0 LineNumber: 6, TrackID: 4, Time: 2013-302T15:30:33.500, ArrayIndex: 0 ...

Examples

To return information for one point:

TE_TrackTraceability_RM * Name "MyTrack" ID 4

Return message

LineNumber: 6, TrackID: 4, Time: 2013-302T15:30:33.500, ArrayIndex: 0

Group membership

This command belongs to the following group(s):

T & E Toolkit

You can use TETK Connect commands in TETK scenarios for pre-flight planning, post-flight analysis, and to support analysis workflows.

You should not use TETK Connect commands when real-time propagators are creating STK vehicles and using STK features instantaneously. The use of Connect commands in a real-time application requires more computational power than STK can support.

TETK functionality that is commonly referred to as "real-time" is actually an offline analysis mode. In this mode, an STK/TETK scenario is prepared with data that is streamed to a particular time in a mission. The post-flight analysis can be prepared again on demand throughout the mission for the data for each time of request. You can use TETK Connect commands in these scenarios.

Version

11.3