Description | Example | Return Message | Group

TE_Track

Add or promote a Track

Syntax

TE_Track <ScenarioPath> {Add | Promote} <Parameters>

Related Commands

Description

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

The TE_Track command with the Add option allows a user to create a T&E Track Workflow and associated STK MTO object.

The TE_Track command with the Promote option allows a user to promote a T&E Track Workflow and associated STK MTO object to an STK Aircraft.

The following table describes the parameters for the Add and Promote options.

Option <Parameters>
Add
Name "<TrackName>" The display name of the track
AnalysisObject "<AnalysisObjectName>" The name of the Ownship that contains the data to the track.
Mapping "<MappingName>" The mapping name to use to create the track.
PickMapping "<PickMappingName>" Optional. The pick mapping name to use to display results when the user clicks on the track.
TrackIDs "<CommaSepTrackIDs>" Optional. A comma separated list of the integer Track IDs that should be displayed. If not entered, all Track IDs will be displayed.
TimePath "<PathToTimeInterval>" Optional. The STK path to a Time Interval component that the track should be limited to.
Promote Name "<TrackName>"

Enter the display name of the track that should be promoted.

Example

To create a T&E Track Workflow and associated STK MTO object:

TE_Track * Add Name "MyTrack" AnalysisObject "My_Ctdf_Aircraft" Mapping "MeasuredDroneDataMapping" PickMapping "DronePickMapping" TrackIDs "1,2" TimePath "Aircraft/My_Ctdf_Aircraft AvailabilityTimeSpan"

To promote a T&E Track Workflow and associated STK MTO object to an STK Aircraft:

TE_Track * Promote Name "MyTrack"

ReturnMessage

If activated, Connect returns an acknowledgement message.

Group Membership

This command belongs to the following group(s):

Scenarios

Version

11.2

STK 11.2.1 Programming Interface