ait.core.bin.ait_tlm_csv module

Usage: ait-tlm-csv [options] <pcap-filename>

Reads the telemetry contained in the given pcap file and writes it in a csv file.

-h, --help show this help message and exit
--all output all fields/values
--csv </path/to/output/csv>
 Output as CSV with filename
--fields </path/to/fields/file>
 path to the file containing all fields to query, separated by newline.
--packet PACKET
 field names to query, separated by space
--time_field TIME_FIELD
 Time field to use for time range comparisons. Ground receipt time will be used if nothing is specified.
--stime STIME Datetime in file to start collecting the data values. Defaults to beginning of pcap. Expected format: YYYY-MM-DDThh:mm:ssZ
--etime ETIME Datetime in file to end collecting the data values. Defaults to end of pcap. Expected format: YYYY-MM-DDThh:mm:ssZ

Examples:

$ ait-tlm-csv –packet 1553_HS_Packet –all –csv ‘./ait-tlm-csv-output.csv’ ./ait-tlm-csv-input.pcap
ait.core.bin.ait_tlm_csv.main()
ait.core.bin.ait_tlm_csv.output(csv_writer, row)