Public Member Functions | |
def | __init__ |
Control custom DTT76803-based daughterboard. | |
def | gain_range |
Return range of gain that can be set by this d'board. | |
def | set_gain |
Set the gain. | |
def | freq_range |
Return range of frequencies in Hz that can be tuned by this d'board. | |
def | set_freq |
def | is_quadrature |
Return True if this board requires both I & Q analog channels. | |
def | spectrum_inverted |
The 43.75 MHz version is inverted. | |
Public Attributes | |
f_ref | |
freq |
def db_dtt768::db_dtt768::__init__ | ( | self, | ||
usrp, | ||||
which | ||||
) |
Control custom DTT76803-based daughterboard.
usrp,: | instance of usrp.source_c | |
which,: | which side: 0 or 1 corresponding to RX_A or RX_B respectively which: int |
Reimplemented from db_base::db_base.
def db_dtt768::db_dtt768::freq_range | ( | self | ) |
Return range of frequencies in Hz that can be tuned by this d'board.
Reimplemented from db_base::db_base.
def db_dtt768::db_dtt768::gain_range | ( | self | ) |
Return range of gain that can be set by this d'board.
Reimplemented from db_base::db_base.
def db_dtt768::db_dtt768::is_quadrature | ( | self | ) |
Return True if this board requires both I & Q analog channels.
This bit of info is useful when setting up the USRP Rx mux register.
Reimplemented from db_base::db_base.
def db_dtt768::db_dtt768::set_freq | ( | self, | ||
target_freq | ||||
) |
Reimplemented from db_base::db_base.
def db_dtt768::db_dtt768::set_gain | ( | self, | ||
gain | ||||
) |
Set the gain.
gain,: | gain in decibels |
Reimplemented from db_base::db_base.
def db_dtt768::db_dtt768::spectrum_inverted | ( | self | ) |