analyze_rs485_pair_csv_file
Computes the differential voltage (Vdiff = VA - VB) from two CSV waveforms representing RS485 A and B signals, enabling analysis of bus signal quality.
Instructions
Analyze two CSV waveforms as RS485 A/B and compute Vdiff = VA - VB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baudrate | No | ||
| csv_a_path | Yes | ||
| csv_b_path | Yes | ||
| threshold_v | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||