scope_trigger
Configure and inspect oscilloscope trigger settings by setting source channel, threshold, edge, and mode to capture desired signal events.
Instructions
Configure and inspect oscilloscope trigger settings.
Return Format
{"success": bool, "operation": str, "data": {...}}
Examples
scope_trigger(operation="set", source_channel="A", threshold_v=0.5, mode="auto", edge="rising")
scope_trigger(operation="get")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edge | No | Trigger edge: rising or falling. | |
| mode | No | Trigger mode: auto, normal, single, off. | |
| operation | Yes | Trigger operation. | |
| threshold_v | No | Trigger threshold in volts. | |
| source_channel | No | Trigger source channel. |