Source

SCPI Command :

SOURce:GPRF:GENerator<Instance>:BBMode
class SourceCls[source]

Source commands group definition. 168 total commands, 7 Subgroups, 1 group commands

get_bb_mode() BasebandMode[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:BBMode
value: enums.BasebandMode = driver.source.get_bb_mode()

Selects the baseband mode for the generator signal.

return:

baseband_mode: CW | DTONe | ARB CW: unmodulated CW signal DTONe: dual-tone signal ARB: ARB generator processing a waveform file

set_bb_mode(baseband_mode: BasebandMode) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:BBMode
driver.source.set_bb_mode(baseband_mode = enums.BasebandMode.ARB)

Selects the baseband mode for the generator signal.

param baseband_mode:

CW | DTONe | ARB CW: unmodulated CW signal DTONe: dual-tone signal ARB: ARB generator processing a waveform file

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.clone()

Subgroups