Expression Items: Difference between revisions

From Software Product Documentation
Jump to navigation Jump to search
(Created page with "===Data_Tree=== Signals should be placed into the expression in the form: :SIGNAL_TYPE::SIGNAL_FOLDER::SIGNAL_NAME To define a specific element of a signal (e.g. the X Com...")
 
Line 1: Line 1:
===Data_Tree===
==Data_Tree==
Signals should be placed into the expression in the form:  
Signals should be placed into the expression in the form:  


Line 18: Line 18:
NOTE: Global signals can be accessed regardless of the ACTIVE FILES.
NOTE: Global signals can be accessed regardless of the ACTIVE FILES.


====Examples for Specifying a Data Tree Signal====
===Examples for Specifying a Data Tree Signal===


:TARGET::ORIGINAL::RFT1 = Signal RFT1 in the TARGET type and ORIGINAL folder
:TARGET::ORIGINAL::RFT1 = Signal RFT1 in the TARGET type and ORIGINAL folder

Revision as of 20:01, 4 January 2024

Data_Tree

Signals should be placed into the expression in the form:

SIGNAL_TYPE::SIGNAL_FOLDER::SIGNAL_NAME

To define a specific element of a signal (e.g. the X Component)

SIGNAL_TYPE::SIGNAL_FOLDER::SIGNAL_NAME::X

To define a specific frame of a data of signal (e.g. Frame 2)

SIGNAL_TYPE::SIGNAL_FOLDER::SIGNAL_NAME[2]

Data stored in the GLOBAL Workspace should be expressed as follows:

GLOBAL::SIGNAL_TYPE::SIGNAL_FOLDER::SIGNAL_NAME

NOTE: Global signals can be accessed regardless of the ACTIVE FILES.

Examples for Specifying a Data Tree Signal

TARGET::ORIGINAL::RFT1 = Signal RFT1 in the TARGET type and ORIGINAL folder
ANALOG::PROCESSED::FX1 = Signal FX1 in the ANALOG type and PROCESSED folder
PARAMETER::ANALOG::RATE= Parameter RATE in the ANALOG group of the C3D PARAMETERS
Retrieved from ""