USRP Hardware Driver and Device Manual Version: 4.10.0.0_release
UHD and USRP Manual
 
Loading...
Searching...
No Matches
uhd::usrp::cal Namespace Reference

Classes

class  container
 
class  database
 
class  iq_cal
 
class  iq_dc_cal
 
class  pwr_cal
 
class  zbx_rx_dsa_cal
 
class  zbx_tx_dsa_cal
 

Enumerations

enum class  source {
  NONE , ANY , RC , FLASH ,
  FILESYSTEM , USER
}
 Identify the source of calibration data, i.e., where was it stored. More...
 

Functions

UHD_API void clear_fe_correction_cache ()
 

Enumeration Type Documentation

◆ source

enum class uhd::usrp::cal::source
strong

Identify the source of calibration data, i.e., where was it stored.

Enumerator
NONE 

No calibration data available.

ANY 

Undefined source.

RC 

Internal Resource Compiler (i.e., hard-coded within UHD)

FLASH 

Stored on device flash memory, e.g. EEPROM.

FILESYSTEM 

Stored on the local filesystem.

USER 

Provided by the user.

Function Documentation

◆ clear_fe_correction_cache()

UHD_API void uhd::usrp::cal::clear_fe_correction_cache ( )

Clear the front-end correction cache. This will ensure that any available data is reloaded.