TE_VideoOverlay
Create a video overlay.
Syntax
TE_VideoOverlay <ScenarioPath> {Add | Delete} <Parameters>
Related commands
Description
The T&E Tool Kit Plugin must be installed in order to use this command.
The TE_VideoOverlay command allows you to add or delete a video overlay for the specified ownship.
The following table describes the parameters for the Add option.
<Parameters> | Description |
---|---|
Name "<OverlayName>" | The name of the video overlay |
AnalysisObject "<AnalysisObject>" | The name of the ownship that you are adding video overlay to. |
File "<OverlayFile>" | The video file that you are using to create the video overlay. |
StartTime "<StartTime>" | Optional. The start time of the video overlay entered in Connect date units. This keyword accepts a time string value. The default is scenario start time. |
Location "{BottomLeft | BottomCenter | BottomRight | CenterLeft | Center | CenterRight | TopLeft | TopCenter | TopRight}" | Optional. The window location of the video overlay that you are creating. The default is TopRight. |
Scale "<Scale>" | Optional. The scale size of the video overlay. This keyword accepts integers ranging from 0 to 100. |
Translucency "<Translucency>" | Optional. The translucency of the video overlay. This keyword accepts integers ranging from 0 to 100. |
NewWindow "{True | False}" | Optional. Indicate whether the video overlay will be created in a new window. The default is false. |
Rotation "{Left | Right}" | Optional. Indicate the direction to rotate the video overlay. |
UseAudio "{True | False}" | Optional. Indicate whether the video overlay will be loaded with audio. The default is true. |
UseXRealTime "{True | False}" | Optional. Indicate whether the video overlay will use Real Time. The default is false. |
The following table describes the parameters for the Delete option.
<Parameters> | Description |
---|---|
Name "<OverlayName>" | The name of the video overlay |
AnalysisObject "<AnalysisObject>" | The name of the ownship that you are adding video overlay to. |
Return message
Group membership
This command belongs to the following group(s):
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.