 |
USRP Hardware Driver and USRP Manual
Version: 3.15.0.0-2+b1
UHD and USRP Manual
|
|
Go to the documentation of this file.
8 #ifndef INCLUDED_UHD_TYPES_TUNE_REQUEST_H
9 #define INCLUDED_UHD_TYPES_TUNE_REQUEST_H
Use the argument's value for the setting.
Definition: tune_request.h:22
double rf_freq
RF frequency in Hz.
Definition: tune_request.h:35
#define UHD_API
Definition: config.h:68
char * args
Key-value pairs delimited by commas.
Definition: tune_request.h:41
uhd_tune_request_policy_t
Policy options for tunable elements in the RF chain.
Definition: tune_request.h:16
Automatically determine the argument's value.
Definition: tune_request.h:20
uhd_tune_request_policy_t dsp_freq_policy
DSP frequency policy.
Definition: tune_request.h:37
Definition: tune_request.hpp:25
double target_freq
Target frequency for RF chain in Hz.
Definition: tune_request.h:31
uhd_tune_request_policy_t rf_freq_policy
RF frequency policy.
Definition: tune_request.h:33
Do not set this argument, use current setting.
Definition: tune_request.h:18
double dsp_freq
DSP frequency in Hz.
Definition: tune_request.h:39
Instructs implementation how to tune the RF chain.
Definition: tune_request.h:29