SALTelemetrySet Attributes¶
Below are the descriptions and content recommendations for SALTelemetrySet.xml attributes.
SALTelemetrySet¶
Data Type: telemetrySetType
This is a complex type for an abritrary set of SALTelemetry definitions
SALTelemetry¶
Data Type: telemetryType
This the complex type for the definition of a partcular telemetry. It consists of a set of metatdata fields , plus an optional set of data item definitions.
SALTelemetryItem¶
Data Type: telemetryItemType
This is an optional element which may be used an arbitrary number of times to add data items to a telemetry definition.
EFDB_Name¶
Data Type: string
This is the Engineering and Facility Database (EFD) column name used to store the historical record for this item. It is also used for the on-the-wire DDS topic field, and the item name in the SAL language specific API’s.
Description¶
Data Type: string
This is a brief description of the purpose of the telemetry.
IDL_Type¶
Data Type: string
This is the Interface Definition Language (IDL) data type of the data item.
IDL_Size¶
Data Type: integer
For IDL string types this is used to specify the length in characters (UTF-8 ie bytes). A special case is IDL_Size=1, which is interpreted as variable/unlimited length string
Units¶
Data Type: string
This is used to specify the units (as supported by the astropy unit library), or unitless if it is not applicable.
Count¶
Data Type: integer
This is used to specify the length of numerical array data types. Arrays of string type are NOT supported.
telemetryType¶
Data Type: complexType
This is a complex type for an SALTelemetry definition with an optional set of data items.
Subsystem¶
Data Type: string
This is used to specify which subsystem the telemetry is associated with.
EFDB_Topic¶
Data Type: string
This is the Engineering and Facility Database (EFD) table name used to store the historical record for this telemetry. It is also used for the on-the-wire DDS topic name and type, and the structure name in the SAL language specific API’s.
Enumeration¶
Data Type: comma-delimited list of names, key, value pairs or a string
This is a list of either items which will be assigned enumerated values ie, 1,2,3…
OR
a list of item=value definitions, in which case the specified values will be assigned to each named item.
An Enumeration may be specific (internal) to a data field definition <item>, or if it appears outside of the <TelemetrySet>, it applies globally.