USRP Hardware Driver and Device Manual Version: 4.10.0.0_release
UHD and USRP Manual
 
Loading...
Searching...
No Matches
hbx_lo_gain_map_item.hpp
Go to the documentation of this file.
1//
2// Copyright 2026 Ettus Research, a National Instruments Brand
3//
4// SPDX-License-Identifier: GPL-3.0-or-later
5//
6
7#pragma once
8#include <uhd/config.hpp>
9#include <cstdint>
10
11namespace uhd { namespace usrp { namespace hbx {
12
14{
15 double start_freq; // Start frequency of the range
16 double stop_freq; // Stop frequency of the range
17 double lo_power; // LO power setting
18 double lo_gain; // LO gain setting
19};
20
21}}} // namespace uhd::usrp::hbx
#define UHD_API
Definition config.h:87
Definition hbx_gain_map_item.hpp:11
Definition cal_utils.hpp:11
Definition build_info.hpp:12
Definition hbx_lo_gain_map_item.hpp:14
double stop_freq
Definition hbx_lo_gain_map_item.hpp:16
double start_freq
Definition hbx_lo_gain_map_item.hpp:15
double lo_gain
Definition hbx_lo_gain_map_item.hpp:18
double lo_power
Definition hbx_lo_gain_map_item.hpp:17