 |
USRP Hardware Driver and USRP Manual
Version: 4.0.0.0-0-unknown
UHD and USRP Manual
|
|
Go to the documentation of this file.
47 POLICY_NONE = int(
'N'),
49 POLICY_AUTO = int(
'A'),
51 POLICY_MANUAL = int(
'M')
device_addr_t args
Definition: tune_request.hpp:103
tune_request_t(double target_freq=0)
double rf_freq
Definition: tune_request.hpp:70
tune_request_t(double target_freq, double lo_off)
double dsp_freq
Definition: tune_request.hpp:91
#define UHD_API
Definition: config.h:67
Definition: device_addr.hpp:38
Definition: build_info.hpp:12
double target_freq
Definition: tune_request.hpp:58
Definition: tune_request.hpp:25
policy_t dsp_freq_policy
Definition: tune_request.hpp:76
policy_t rf_freq_policy
Definition: tune_request.hpp:64
policy_t
Policy options for tunable elements in the RF chain.
Definition: tune_request.hpp:45