data_type in Element_​Array

Name: data_typeVersion Id: 1.0.0.0
Description: The data_type attribute provides the hardware representation used to store a value in Element_Array.
Namespace Id: pdsSteward: pdsClass Name: Element_​ArrayType: ASCII_​Short_​String_​Collapsed
Minimum Value: NoneMaximum Value: NoneMinimum Characters: 1Maximum Characters: 255
Unit of Measure Type: NoneDefault Unit Id: NoneAttribute Concept: TypeConceptual Domain: Short_String
Status: ActiveNillable: falsePattern: None
Permissible Value(s)ValueValue Meaning
 ComplexLSB16Values of Element_Array are stored as two 64-bit floating point numbers with the least significant byte first
 ComplexLSB8Values of Element_Array are stored as two 32-bit floating point numbers with the least significant byte first
 ComplexMSB16Values of Element_Array are stored as two 64-bit floating point numbers with the more significant byte first
 ComplexMSB8Values of Element_Array are stored as two 32-bit floating point numbers with the more significant byte first
 IEEE754LSBDoubleValues of Element_Array are stored as 64-bit IEEE binary floating point numbers with the least significant byte first
 IEEE754LSBSingleValues of Element_Array are stored as 32-bit IEEE binary floating point numbers with the least significant byte first
 IEEE754MSBDoubleValues of Element_Array are stored as 64-bit IEEE binary floating point numbers with the most significant byte first
 IEEE754MSBSingleValues of Element_Array are stored as 32-bit IEEE binary floating point numbers with the most significant byte first
 SignedBitStringValues of Element_Array are stored as signed bit strings
 SignedByteValues of Element_Array are stored as 8-bit signed binary integers
 SignedLSB2Values of Element_Array are stored as 16-bit signed binary integers with the less significant byte first
 SignedLSB4Values of Element_Array are stored as 32-bit signed binary integers with the less significant byte first
 SignedLSB8Values of Element_Array are stored as 64-bit signed binary integers with the less significant byte first
 SignedMSB2Values of Element_Array are stored as 16-bit signed binary integers with the more significant byte first
 SignedMSB4Values of Element_Array are stored as twos-complement 32-bit binary integers with the most significant byte first
 SignedMSB8Values of Element_Array are stored as twos-complement 64-bit binary integers with the most significant byte first
 UnsignedBitStringValues of Element_Array are stored as unsigned bit strings
 UnsignedByteValues of Element_Array are stored as 8-bit unsigned binary integers
 UnsignedLSB2Values of Element_Array are stored as 16-bit unsigned binary integers with the less significant byte first
 UnsignedLSB4Values of Element_Array are stored as 32-bit unsigned binary integers with the least significant byte first
 UnsignedLSB8Values of Element_Array are stored as 64-bit unsigned binary integers with the least significant byte first
 UnsignedMSB2Values of Element_Array are stored as 16-bit unsigned binary integers with the more significant byte first
 UnsignedMSB4Values of Element_Array are stored as 32-bit unsigned binary integers with the most significant byte first
 UnsignedMSB8Values of Element_Array are stored as 64-bit unsigned binary integers with the most significant byte first