/* PP AMTEST sensor 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" 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 = "NOMINAL_FREQUENCY" DATA_TYPE = ASCII_INTEGER START_BYTE = 56 BYTES = 5 UNIT = "HZ" FORMAT = "I5" DESCRIPTION = "Nominal transmitter frequency " END_OBJECT = COLUMN OBJECT = COLUMN NAME = "CORRECTED_FREQUENCY" DATA_TYPE = ASCII_REAL START_BYTE = 62 BYTES = 8 UNIT = "HZ" FORMAT = "F8.2" DESCRIPTION = "Corrected transmitter frequency" END_OBJECT = COLUMN OBJECT = COLUMN NAME = "NUMBER_OF_WAVES" DATA_TYPE = ASCII_INTEGER START_BYTE = 71 BYTES = 2 UNIT = "N/A" FORMAT = I2 DESCRIPTION = "Number of generated transmitter sine waves " END_OBJECT = COLUMN OBJECT = COLUMN NAME = "NUMBER_OF_SAMPLES" DATA_TYPE = ASCII_INTEGER START_BYTE = 74 BYTES = 5 UNIT = "N/A" FORMAT = "I5" DESCRIPTION = "Number of transmitter current and receiver voltage samples " END_OBJECT = COLUMN OBJECT = COLUMN NAME = "ERROR_CODE" DATA_TYPE = ASCII_INTEGER START_BYTE = 80 BYTES = 8 UNIT = "N/A" MISSING_CONSTANT = 16#0000# DESCRIPTION = "Active mode results Hex value as 16#xxxx#. The possible values are: 8001 Invalid register address. 8002 Error verifying register write. 8004 Error accessing power register. 8008 MUX setting not allowed. 8010 Error accessing PP RAM. 8020 Tried to start measurement but a measurement is already running. 0040 Error during writing to instrument. 0080 Error during reading from instrument. 0100 Error using ADC of C-DPU. 0200 Error during DAC table generation. 0400 Calculated number of samples > N_SAMP_MAX. 8800 C-DPU memory exhausted. 9000 Measurement time out. 2000 Invalid command parameter. 8000 Flag indicates fatal error. " END_OBJECT = COLUMN