DataBitOrder
This is a Data Header variable.
Type = int
DataBitOrder specifies the default bit order for symbol table data.
When the T_DemodTblBitOrder data header) is set to , the symbol table bit order is determined by this parameter.
parameter (which corresponds to theEach value in the symbol table data is an integer specifying the symbol bits. By default, the bit order for display on the symbol table and in a marker is set to MSB Most significant bit. In a binary coding scheme, the bit having the greatest numerical value. Analogous to the left-most numeric position in a decimal number.-first, but DataBitOrder can be used to specify a different bit order for the symbol table trace and for markers. The possible values and meanings for DataBitOrder are listed below.
- 1: MSB-first (conversion of symbol data to binary is MSB-first; conversion of binary to hexadecimal or marker text is MSB-first)
- 2: LSB Least Significant Bit: In a binary coding scheme, the bit having the least numerical value. Analogous to the units position in a decimal number.-first (conversion of symbol data to binary is MSB-first; conversion of binary to hexadecimal or marker text is LSB-first)
- 3: Bitrev MSB-first (conversion of symbol data to binary is LSB-first; conversion of binary to hexadecimal or marker text is MSB-first)
- 4: Bitrev LSB-first (conversion of symbol data to binary is LSB-first; conversion of binary to hexadecimal or marker text is LSB-first)