TE_DataDisplay
Create a contour to color the data.
Syntax
TE_DataDisplay <ObjectPath> Add Name "<Name>" AnalysisObject "<Name>" {Interval | Numeric} <Parameters>
Related Commands
Description
The T&E Toolkit Plugin must be installed in order to use this command.
The TE_DataDisplay command adds a data display to an STK 3D window.
Name "<Name>" specifies the name of the contour. This parameter is required.
AnalysisObject "<Name>" is the name of the analysis object. This parameter is required.
The following table describes the parameters.
<Parameters> | Description |
---|---|
DataElement "<Description>" | Enter comma separated data describing the data element "<DataElement>,<label>,<units>,<ShowUnits>"
<ShowUnits> can be On or Off. The format for specifying <DataElement> is: "[<SourceName> |] <ShortName>". If the <ShortName> is enough to identify the element then just enter that. Otherwise, include the <SourceName> followed by the | (bar), before the <ShortName>. Refer to examples of each below. |
Interval <Name>,<Label>,..." | Enter comma separated pairs of time interval name and label. |
Color "<Color>" | Enter a color. |
FontSize "<value>" | Enter the font size in points. |
Width "<value>" | Enter the width in pixels. |
Digits "<value>" | Enter the number of digits to display. |
Location "<cornerNum>,<xOffset>,<yOffset>" | Enter the location. <cornerNum> can be 1 - 4. |
VoWindow "<WindowNum>" | Enter the index of STK 3D window (starting at 0). |
Guage "{Dial, Dial360, Artificial Horizon}" | Analysis object must have Pitch and Roll numeric elements to use Artificial Horizon. |
TimeConstraint "<Value>" . | Specify the name of a time constraint. |
Color may be entered using name, value or %rgb.
Example
TE_DataDisplay * Add Name "Data1" AnalysisObject "AF385" Numeric DataElement "Latitude, Lat, deg, ON"
TE_DataDisplay * Add Name "Data2" AnalysisObject "AF385" Numeric DataElement "Longitude, Lon, deg, ON" Color "orange" FontSize "10" Width "250" Digits "1" Location "1,25,25" VoWindow "0"
TE_DataDisplay * Add Name "Data3" AnalysisObject "Af385" Numeric DataElement "Latitude, Lat, rad, ON" Gauge "Dial"
TE_DataDisplay * Add Name "Data4" AnalysisObject "Af385" Numeric DataElement "Longitude, Lon, rad, ON" Gauge "Dial360"
TE_DataDisplay * Add Name "Data5" AnalysisObject "Af385" Numeric DataElement "Latitude, Lat, rad, ON" Gauge "Artificial Horizon"
TE_DataDisplay * Add Name "Data6" AnalysisObject "Af385" Numeric DataElement "Latitude, Lat, deg, OFF" DataElement "Longitude, Lon, deg, ON" Color "%255255000" TimeConstraint "run1"
TE_DataDisplay * Add Name "Data7" AnalysisObject "Af385" Interval "AvailabilityTimeSpan, Available" color "-23296" FontSize "10" Width "250" Location "1,25,25" VoWindow "0"
TE_DataDisplay * Add Name "Data8" AnalysisObject "Af385" Interval "AvailabilityTimeSpan, Available" Interval "run1, run2"
TE_DataDisplay * Add Name "DataElems" AnalysisObject "AF3_0385" Numeric DataElement "AF3_0385_MeasuredTracks_ID.csv | Latitude, Lat, deg, ON"
ReturnMessage
Group Membership
This command belongs to the following group(s):
Version
11.6