Instructs implementation how to tune the RF chain. More...
#include <uhd/types/tune_request.h>
Public Attributes | |
double | target_freq |
Target frequency for RF chain in Hz. More... | |
uhd_tune_request_policy_t | rf_freq_policy |
RF frequency policy. More... | |
double | rf_freq |
RF frequency in Hz. More... | |
uhd_tune_request_policy_t | dsp_freq_policy |
DSP frequency policy. More... | |
double | dsp_freq |
DSP frequency in Hz. More... | |
char * | args |
Key-value pairs delimited by commas. More... | |
Instructs implementation how to tune the RF chain.
See uhd::tune_request_t for more details.
char* uhd_tune_request_t::args |
Key-value pairs delimited by commas.
double uhd_tune_request_t::dsp_freq |
DSP frequency in Hz.
uhd_tune_request_policy_t uhd_tune_request_t::dsp_freq_policy |
DSP frequency policy.
double uhd_tune_request_t::rf_freq |
RF frequency in Hz.
uhd_tune_request_policy_t uhd_tune_request_t::rf_freq_policy |
RF frequency policy.
double uhd_tune_request_t::target_freq |
Target frequency for RF chain in Hz.