Public Member Functions | |
def | __init__ |
Handler for Basic Tx daughterboards. | |
def | freq_range |
Return range of frequencies in Hz that can be tuned by this d'board. | |
def | set_freq |
Set the frequency. | |
def | gain_range |
Return range of gain that can be set by this d'board. | |
def | set_gain |
Set the gain. | |
def | is_quadrature |
Return True if this board requires both I & Q analog channels. |
def db_basic::db_basic_tx::__init__ | ( | self, | ||
usrp, | ||||
which | ||||
) |
Handler for Basic Tx daughterboards.
usrp,: | instance of usrp.source_c | |
which,: | which side: 0 or 1 corresponding to TX_A or TX_B respectively |
Reimplemented from db_base::db_base.
Reimplemented in db_basic::db_lf_tx.
def db_basic::db_basic_tx::freq_range | ( | self | ) |
Return range of frequencies in Hz that can be tuned by this d'board.
Reimplemented from db_base::db_base.
Reimplemented in db_basic::db_lf_tx.
def db_basic::db_basic_tx::gain_range | ( | self | ) |
Return range of gain that can be set by this d'board.
Reimplemented from db_base::db_base.
def db_basic::db_basic_tx::is_quadrature | ( | self | ) |
def db_basic::db_basic_tx::set_freq | ( | self, | ||
target_freq | ||||
) |
Set the frequency.
freq,: | target RF frequency in Hz freq: float |
Reimplemented from db_base::db_base.
def db_basic::db_basic_tx::set_gain | ( | self, | ||
gain | ||||
) |
Set the gain.
gain,: | gain in decibels |
Reimplemented from db_base::db_base.