Name: data_type | Version Id: 1.0.0.0 | ||
---|---|---|---|
Description: The data_type attribute provides the hardware representation used to store a value in Element_Array. | |||
Namespace Id: pds | Steward: pds | Class Name: Element_Array | Type: ASCII_Short_String_Collapsed |
Minimum Value: None | Maximum Value: None | Minimum Characters: 1 | Maximum Characters: 255 |
Unit of Measure Type: None | Default Unit Id: None | Attribute Concept: Type | Conceptual Domain: Short_String |
Status: Active | Nillable: false | Pattern: None | |
Permissible Value(s) | Value | Value Meaning | |
ComplexLSB16 | Values of Element_Array are stored as two 64-bit floating point numbers with the least significant byte first | ||
ComplexLSB8 | Values of Element_Array are stored as two 32-bit floating point numbers with the least significant byte first | ||
ComplexMSB16 | Values of Element_Array are stored as two 64-bit floating point numbers with the more significant byte first | ||
ComplexMSB8 | Values of Element_Array are stored as two 32-bit floating point numbers with the more significant byte first | ||
IEEE754LSBDouble | Values of Element_Array are stored as 64-bit IEEE binary floating point numbers with the least significant byte first | ||
IEEE754LSBSingle | Values of Element_Array are stored as 32-bit IEEE binary floating point numbers with the least significant byte first | ||
IEEE754MSBDouble | Values of Element_Array are stored as 64-bit IEEE binary floating point numbers with the most significant byte first | ||
IEEE754MSBSingle | Values of Element_Array are stored as 32-bit IEEE binary floating point numbers with the most significant byte first | ||
SignedBitString | Values of Element_Array are stored as signed bit strings | ||
SignedByte | Values of Element_Array are stored as 8-bit signed binary integers | ||
SignedLSB2 | Values of Element_Array are stored as 16-bit signed binary integers with the less significant byte first | ||
SignedLSB4 | Values of Element_Array are stored as 32-bit signed binary integers with the less significant byte first | ||
SignedLSB8 | Values of Element_Array are stored as 64-bit signed binary integers with the less significant byte first | ||
SignedMSB2 | Values of Element_Array are stored as 16-bit signed binary integers with the more significant byte first | ||
SignedMSB4 | Values of Element_Array are stored as twos-complement 32-bit binary integers with the most significant byte first | ||
SignedMSB8 | Values of Element_Array are stored as twos-complement 64-bit binary integers with the most significant byte first | ||
UnsignedBitString | Values of Element_Array are stored as unsigned bit strings | ||
UnsignedByte | Values of Element_Array are stored as 8-bit unsigned binary integers | ||
UnsignedLSB2 | Values of Element_Array are stored as 16-bit unsigned binary integers with the less significant byte first | ||
UnsignedLSB4 | Values of Element_Array are stored as 32-bit unsigned binary integers with the least significant byte first | ||
UnsignedLSB8 | Values of Element_Array are stored as 64-bit unsigned binary integers with the least significant byte first | ||
UnsignedMSB2 | Values of Element_Array are stored as 16-bit unsigned binary integers with the more significant byte first | ||
UnsignedMSB4 | Values of Element_Array are stored as 32-bit unsigned binary integers with the most significant byte first | ||
UnsignedMSB8 | Values of Element_Array are stored as 64-bit unsigned binary integers with the most significant byte first |