mhs5200_configure_sweep
Configures frequency sweep parameters for a signal generator channel, including start/stop frequencies, duration, and linear or logarithmic mode. Use with mhs5200_set_sweep to execute the sweep.
Instructions
Set sweep parameters for a channel. Use mhs5200_set_sweep to start/stop the configured sweep.
Args: params: Sweep configuration containing: - start_hz (float): Start frequency in Hz - stop_hz (float): Stop frequency in Hz - time_sec (int): Sweep duration (1-600 seconds) - mode (str): "LINEAR" or "LOG" - channel (1 or 2): Target channel
Returns: JSON confirming sweep configuration and start.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |