AudGen

SCPI Commands :

[SOURce<HW>]:BB:RADio:AM:AUDGen:FRQ
[SOURce<HW>]:BB:RADio:AM:AUDGen:LEV
class AudGenCls[source]

AudGen commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_frq() float[source]
# SCPI: [SOURce<HW>]:BB:RADio:AM:AUDGen:FRQ
value: float = driver.source.bb.radio.am.audGen.get_frq()

Sets the frequency.

return:

freq: float Range: 0.03 to 15, Unit: kHz

get_lev() float[source]
# SCPI: [SOURce<HW>]:BB:RADio:AM:AUDGen:LEV
value: float = driver.source.bb.radio.am.audGen.get_lev()

Sets the level.

return:

level: float Range: -60 to 12, Unit: dBu

set_frq(freq: float) None[source]
# SCPI: [SOURce<HW>]:BB:RADio:AM:AUDGen:FRQ
driver.source.bb.radio.am.audGen.set_frq(freq = 1.0)

Sets the frequency.

param freq:

float Range: 0.03 to 15, Unit: kHz

set_lev(level: float) None[source]
# SCPI: [SOURce<HW>]:BB:RADio:AM:AUDGen:LEV
driver.source.bb.radio.am.audGen.set_lev(level = 1.0)

Sets the level.

param level:

float Range: -60 to 12, Unit: dBu