Skip to main content

Error and Instrument Logs

Error Log, Instrument Log

29. Error Log

Array of error entries located at RunHeader.error_log_addr. The number of entries is given by SampleInfo.error_log_length.

29.1 Error Entry

OrderTypeFieldDescription
1Float32timeRetention time (minutes)
2PascalStringWin32messageError message text

30. Instrument Log

Instrument log stream located at RunHeader.inst_log_addr. The number of entries is given by SampleInfo.inst_log_length.

30.1 Stream Layout

OrderTypeDescription
1GenericDataHeaderSchema for log entries
2GenericRecord[n]One record per log entry

Log entries typically include temperatures, pressures, voltages, and other instrument operating parameters recorded periodically during acquisition.