Description | Example | Return message | Group

TE_DirectMops

Generate, Delete and Execute a DirectMops workflow for T&E Tool Kit.

Syntax

TE_DirectMops <objectPath> {Add, Delete, Modify, Save, Execute} Name <value> AnalysisObject <value> {parameters}

Description

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

A DirectMops workflow allows the user to create a template of Graphs, DataDisplays and Contours. Once the user is happy with the definitions, he can create the items in the FAT by using the Execute keyword. The user can save the definition to a named template and quickly create another workflow using the template.

The following table describes the Add options:

<Parameters>Description
NameEnter the name of the DirectMops.
AnalysisObjectEnter the name of the analysis object.
TemplateEnter the name of the template - optional.

The following table describes the Modify options:

<Parameters>Description
NameEnter the name of the DirectMops.
AnalysisObjectEnter the name of the analysis object.
Insert"Graph" | "Contour" | "DataDisplay"
Update"Graph,index" | "Contour,index" | "DataDisplay,index"

After "Graph", "Contour" or "DataDisplay" all the parameters from this item can be specified. If an Update, the use the Modify parameters of the items.

The following table describes the Save options:

<Parameters>Description
NameEnter the name of the DirectMops.
AnalysisObjectEnter the name of the analysis object.
TemplateEnter the name under which the template will be saved. It will overwrite a previous definition.

The following table describes the Execute or Delete options:

<Parameters>Description
NameEnter the name of the DirectMops.
AnalysisObjectEnter the name of the analysis object.

Examples

Create a workflow

TE_DirectMops * Add Name "MOPs1" AnalysisObject "AF385"
TE_DirectMops * Add Name "MOPs1" AnalysisObject "AF385" Template "MyTemplate"

Add a graph

TE_DirectMops * Modify Name "MOPs1" AnalysisObject "AF385" Insert "Graph" GraphXY Segment Color "Pink" DataElement "Latitude,Longitude"

Add a Contour

TE_DirectMops * Modify Name "MOPs1" AnalysisObject "AF385" Insert "Contour" Levels "0, -16181, 11.46 deg, %255255000, 0.4 rad, Green, 0.6, blue" DataElement "Longitude" Offset "750 m" Below Color "Red"

Add a DataDisplay

TE_DirectMops * Modify Name "MOPs1" AnalysisObject "AF385" Insert "DataDisplay" Numeric DataElement "HeightAboveGround, alt, m, ON"

Modify a graph

TE_DirectMops * Modify Name "MOPs1" AnalysisObject "AF385" Update "Graph,1" Segment "1" Color "Purple"

Modify a Contour

TE_DirectMops * Modify Name "MOPs1" AnalysisObject "AF385" Update "Contour,2" DataElement "Longitude" BelowColor "Off"

Modify a DataDisplay

TE_DirectMops * Modify Name "MOPs1" AnalysisObject "AF385" Update "DataDisplay,1" DataElement "1,Latitude, Lat, rad, ON"

Save a workflow to a template

TE_DirectMops * Save Name "MOPs1" AnalysisObject "AF385" Template "MyTemplate"

Delete a workflow

TE_DirectMops * Delete Name "MOPs1" AnalysisObject "AF385"

Execute a workflow – create the items in the FAT

TE_DirectMops * Execute Name "MOPs1" AnalysisObject "AF385"

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