Description | Example | Return message | Group

TE_CalcScalar

Promotes a piece of TETK data to an STK calc scalar.

Syntax

TE_CalcScalar {Add | Delete} AnalysisObject "<Name>" DataElement "<name>"

Related commands

Description

The TE_CalcScalar command creates a calc scalar in STK for a specific data element or column of data without having to create an item in the Flight Analysis Tool (FAT). This is useful in instances where you wish to import data from a file or database, such as ownship, associated data, or track data, into STK.

The following table describes the parameters.

<Parameters>Description
AddCreates a calc scalar in STK for the specified data element or column of data.
DeleteRemoves the calc scalar from the STK scenario.

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.

Examples

TE_CalcScalar * Add AnalysisObject "Af3_385" DataElement "StateVector.Pitch"
TE_CalcScalar * Delete AnalysisObject "Af3_385" DataElement "StateVector.Pitch"
TE_CalcScalar * Add AnalysisObject "Sample_Ownship" DataElement "Latitude"
TE_CalcScalar * Add AnalysisObject "Sample_Ownship" DataElement "Ownship_Data.csv | Latitude"

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

12.4