mhs5200_set_sweep
Control the frequency sweep by setting enabled to true (start) or false (stop) on the MHS-5200A signal generator.
Instructions
Start or stop the frequency sweep.
Use mhs5200_configure_sweep first to set sweep parameters, then use this tool to start/stop the sweep.
Args: params: Sweep control parameters containing: - enabled (bool): True to start sweep, False to stop sweep
Returns: JSON confirming the sweep state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |