Configure the receiver
sdr_configure_rxConfigure receiver sample rate, RF bandwidth, gain mode, and manual gain; invalid values are rejected with supported options.
Instructions
Set any of: converter sample rate (Hz), RF analog bandwidth (Hz), gain control mode, and manual gain (dB). Omitted settings are left alone. Values are checked against the radio's own '*_available' attributes, so an illegal request is rejected with the legal options rather than silently ignored.
Manual gain only applies when gain_mode is 'manual'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gain_db | No | Manual gain in dB | |
| gain_mode | No | e.g. manual, slow_attack, fast_attack, hybrid | |
| bandwidth_hz | No | Analog RF bandwidth in Hz | |
| sample_rate_hz | No | Converter sample rate in Hz | |
| response_format | No | markdown for reading, json for structured output | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |