export_pt5_csv
Export PT5 sample data from a .pt5 file to a CSV file, including timestamps, current, voltage, markers, and missing data flags.
Instructions
Export PT5 sample data to a CSV file. Includes timestamps, current (mA), voltage (V), markers, and missing data flags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | Absolute path to the input .pt5 file | |
| output_path | Yes | Absolute path for the output .csv file |