Description | Example | Return message | Group

TE_LinkLine

Create a link line in T&E.

Syntax

TE_LinkLine <ObjectPath> Add | Modify Name "<Name>" AnalysisObject "<Name>" <Parameters>

Related commands

Description

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

The TE_LinkLine command is used to create a LinkLine in T&E Tool Kit. A LinkLine draws a line between two STK objects. The line can be given a color or a color contour.

Name "<Name>" specifies the name of the graph. This parameter is required.

AnalysisObject "<Name>" is the name of the analysis object. This parameter is required.

Either Segment Color or Segment Gradient must be entered.

The following table describes the parameters for the Add option.

<Parameters>Description
Segment Color "<Color>"Enter a color.
Segment Gradient "<DataElement>,<Value1>,<Color1>,<Value2>,<Color2>,..."Enter the data element, followed by a comma separated list of value, color.
BelowColor "<value>"Enter a color value (named color, RGB, or hue). If you do not specify a color, the BelowColor will be turned off.

This keyword only is used in conjunction with the Segment Gradient keyword.

Above "<ON | OFF>"Define if the segment displays a color for values above the highest specified value.

This keyword only is used in conjunction with the Segment Gradient keyword.

StartPoint "<Point>"Specify an AWB point as the start point.
EndPoint "<Point>"Specify an AWB point as the end point.
TimeConstraint "<Value>" .Specify the name of a time constraint. This parameter supports fully qualified names as well as just the middle word of the name.
Show "On | Off" .Specify if the link link appears.

Color may be entered using name, value or %rgb.

When using the Modify option, you must specify which Segment you are modifying. The following table describes the Segment parameters which are used for the Modify option.

<Parameters>Description
Segment "<Value>" Color "<Color>"Enter the segment number, then the color to modify.
Segment "<Value>" Gradient "<DataElement>,<Value1>,<Color1>,<Value2>,<Color2>,..."Enter the segment number, then the data element to modify, followed by a comma separated list of values and colors.

See below for format of <DataElement>.

Segment "<Value>" BelowColor "<value>"Enter a color value (named color, RGB, or hue). To turn off the BelowColor, enter Off.

This keyword only is used in conjunction with the Segment Gradient keyword.

Segment "<Value>" Above "<ON | OFF>"Define if the segment displays a color for values above the highest specified value.

This keyword only is used in conjunction with the Segment Gradient keyword.

Examples

TE_LinkLine * Add Name "LinkLine1" AnalysisObject "AF385" Segment Color "Purple" StartPoint "Aircraft/AF385 Center Point" EndPoint "Aircraft/Target1 Center Point"
TE_LinkLine * Add Name "LinkLine2" AnalysisObject "AF385" Segment Gradient "Longitude, -2.1, -16181, -2.08, %255255000, -2.06, Green" StartPoint "Aircraft/Af385 Center Point" EndPoint "Aircraft/Target1 Center Point" TimeConstraint "Radar_Run1"
TE_LinkLine * Add Name "LinkLine3" AnalysisObject "Af385" Segment Color "Blue" StartPoint "Aircraft/Af385 Center Point" EndPoint "Aircraft/Target1 Center Point" TimeConstraint "Radar_Run1" Segment Color "Green" StartPoint "Aircraft/Af385 Center Point" EndPoint "Aircraft/Target1 Center Point" TimeConstraint "Radar_Run2"
TE_LinkLine * Modify Name "LinkLine1" AnalysisObject "AF3_0385" Segment "1" Color "YellowGreen"
TE_LinkLine * Modify Name "LinkLine3" AnalysisObject "AF3_0385" Segment "2" Show "OFF"

Return message

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