configure_search
Set up edge or pulse event search on acquired waveforms by defining source, threshold, polarity, slope, and width parameters for oscilloscope analysis.
Instructions
Event search on the acquired waveform (manual 3.22).
mode: EDGE|PULSe (only these two search types are documented). Edge search: edge_slope POSitive|NEGative|EITHer, edge_source CHANnel1..CHANnel4, edge_threshold in V. Pulse search: pulse_polarity POSitive|NEGative, pulse_qualifier GREater|LESS|GLESs, pulse_source CHANnel1..CHANnel4, pulse_uwidth_s / pulse_lwidth_s 800 ps .. 10 s, pulse_threshold in V. Documented keywords may also be passed via extra, e.g. {"EDGE:SLOPe": "NEGative"}; unknown keywords raise ValueError.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | ||
| extra | No | ||
| enable | No | ||
| edge_slope | No | ||
| edge_source | No | ||
| pulse_source | No | ||
| edge_threshold | No | ||
| pulse_lwidth_s | No | ||
| pulse_polarity | No | ||
| pulse_uwidth_s | No | ||
| pulse_qualifier | No | ||
| pulse_threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |