Transmit a tone
sdr_tx_toneTransmit a continuous single-tone carrier at a set frequency and amplitude for RF testing. Signal persists until stopped, so ensure licensed operation and dummy load use.
Instructions
Transmit a continuous single-tone carrier using the FPGA's DDS generators, at an offset from the TX local oscillator.
TRANSMITS UNTIL STOPPED. Call sdr_tx_disable to stop it. Requires SDR_MCP_ALLOW_TX=1. Only transmit into a dummy load or on frequencies you are licensed to use.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lo_hz | Yes | TX local oscillator in Hz | |
| scale | No | Amplitude, 0 to 1 | |
| tx_gain_db | No | TX attenuation in dB; 0 is full output. Must be set, because the firmware idles at maximum attenuation. | |
| tone_offset_hz | No | Tone offset from the LO, in Hz | |
| response_format | No | markdown for reading, json for structured output | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |