DSDs

xml record "DSDs"
idfield namedefinition
0List_of_DSDs
xml record
attribute: count
xml string


idfield namedefinition
0Data_Set_Descriptor
xml array[dim_0]
dim_0: determined automatically from xml file
xml record
Data Set Descriptor

idfield namedefinition
0Data_Set_Name
xml string
Name of the Data Set
1Data_Set_Type
xml string
M for Measurement - R for Reference
2File_Name
xml string
Name of the reference file. Field is left empty for Measurement DSD
3Data_Set_Offset
ascii int64
Offset in bytes from the beginning of the DBL file. For reference DSDs the field is set to 0

unit: "bytes"

attribute: unit
ascii stringsize: 5
fixed value: "bytes"
4Data_Set_Size
ascii uint32
Size in bytes of the Measurement Data Set Record. For reference DSDs the field is set to 0

unit: "bytes"

attribute: unit
ascii stringsize: 5
fixed value: "bytes"
5Num_of_Records
ascii int32
Number of Data Set Records. For reference DSDs the field is set to 0
6Record_Size
ascii int32
Record size in bytes. For reference DSDs the field is set to 0

unit: "bytes"

attribute: unit
ascii stringsize: 5
fixed value: "bytes"
7Byte_Order
xml string
It describes the endianess of the data set. 3210 -> Big-endian. 0123 -> Little-endian. For Reference DSDs the field is left empty