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 Toolkit 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)
  • Example

    To return information for all points:

    TE_TrackTraceability_RM * Name "MyTrack"

    ReturnMessage

    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
    ...

    Example

    To return information for one point:

    TE_TrackTraceability_RM * Name "MyTrack" ID 4

    ReturnMessage

    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

    Version

    11.3