/* PP AM2 parameter settings / calibrated, version 2, 2015-11-14 */

OBJECT                       = COLUMN
    NAME               = "SESAME_SEQ_ID"
    DATA_TYPE          = ASCII_INTEGER
    START_BYTE         = 1
    BYTES              = 6
    UNIT               = "N/A"
    FORMAT             = "I6"
    DESCRIPTION        = "Sequence ID in the current data file"
END_OBJECT             = COLUMN

OBJECT                 = COLUMN
  NAME                 = "UTC"
  DATA_TYPE            = TIME
  START_BYTE           = 8
  BYTES                = 23
  DESCRIPTION          = "Measurement start time (UTC in PDS standard
                          format YYYY-MM-DDThh:mm:ss.sss)"
END_OBJECT             = COLUMN

OBJECT                 = COLUMN
    NAME               = "SESAME_LOCAL_TIME"
    DATA_TYPE          = ASCII_INTEGER
    START_BYTE         = 32
    BYTES              = 15
    FORMAT             = "I15"
    DESCRIPTION        = "Measurement start time. SESAME local time
                          (SLT) runs with a resolution of 1/32 seconds.
                          SLT represents the least significant 32 bits
                          of LOBT. The most significant 5 bits are in
                          CDMS RSST (see SESAME Ready Message)"
END_OBJECT             = COLUMN

OBJECT                 = COLUMN
    NAME               = "SENSOR_SETTINGS_CMD"
    DATA_TYPE          = ASCII_INTEGER
    START_BYTE         = 48
    BYTES              = 7
    UNIT               = "N/A"
    DESCRIPTION        = "Commanded (echoed) electrode combination
                          as 3-digit hexadecimal code 16#abi#
                          with the following meaning:
                         a: electrode connected to the TX A output.
                            Possible values: 
                            0 [none], 
                            1 [+X leg], 
                            2 [MUPUS PEN]
                         b: electrode connected to the TX B output.
                            Possible values:
                            0 [none], 
                            2 [MUPUS PEN], 
                            3 [APXS]
                         i: input channel
                            Possible values:
                            0 [potential difference]
                            1 [current at +X leg]
                            2 [current at MUPUS PEN]
                            3 [current at APXS]
                            4 [direct measurement at +Y foot]
                            5 [direct measurement at -Y foot]
                            6 [reference voltage -2.5 V]
                            7 [reference voltage +2.5 V] "
END_OBJECT             = COLUMN

OBJECT                 = COLUMN
    NAME               = "SENSOR_SETTINGS_USED"
    DATA_TYPE          = ASCII_INTEGER
    START_BYTE         = 56
    BYTES              = 7
    UNIT               = "N/A"
    DESCRIPTION        = "Used electrode combination as 3-digit
                           hexadecimal code Hex value 16#abi# with the
                           following meaning:
                         a: electrode connected to the TX A output.
                            Possible values: 
                            0 [none], 
                            1 [+X leg], 
                            2 [MUPUS PEN]
                         b: electrode connected to the TX B output.
                            Possible values:
                            0 [none], 
                            2 [MUPUS PEN], 
                            3 [APX]
                         i: input channel
                            Possible values:
                            0 [potential difference]
                            1 [current at +X leg]
                            2 [current at MUPUS PEN]
                            3 [current at APX]
                            4 [direct measurement at +Y foot]
                            5 [direct measurement at - foot]
                            6 [reference voltage -2.5 V]
                            7 [reference voltage +2.5 V] "
END_OBJECT             = COLUMN

OBJECT                 = COLUMN
    NAME               = "NUMBER_OF_FREQUENCIES"
    DATA_TYPE          = ASCII_INTEGER
    START_BYTE         = 64
    BYTES              = 2
    UNIT               = "N/A"
    FORMAT             = "I2"
    DESCRIPTION        = "Number of frequencies used in measurement"
END_OBJECT             = COLUMN