log_txformat demonstrates custom tx formatting from the log

log_txformat.py

log_txformat.format_a1(standard)
Prepares data for a transmission.
  • Reads the log looking for specific log entries.
  • Once found, the data is formatted into a CSV style format.
Parameters:standard – standard input string which is ignored
Returns:formatted tx data
Return type:string
log_txformat.task_meas_a1()

This task logs a value. It is expected to run periodically.

Returns:None