Bw

SCPI Command :

[SOURce<HW>]:AREGenerator:OSETup:BW
class BwCls[source]

Bw commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_value() OsetupBw[source]
# SCPI: [SOURce<HW>]:AREGenerator:OSETup:BW
value: enums.OsetupBw = driver.source.areGenerator.osetup.bw.get_value()

Sets the bandwidth of the IF output channel frequencies.

return:

areg_osetup_bw: BW1G| BW2G| BW5G BW1G Sets the bandwidth to 1 MHz. BW2G Sets the bandwidth to 2 MHz. BW5G Sets the bandwidth to 5 MHz.

set_value(areg_osetup_bw: OsetupBw) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:OSETup:BW
driver.source.areGenerator.osetup.bw.set_value(areg_osetup_bw = enums.OsetupBw.BW1G)

Sets the bandwidth of the IF output channel frequencies.

param areg_osetup_bw:

BW1G| BW2G| BW5G BW1G Sets the bandwidth to 1 MHz. BW2G Sets the bandwidth to 2 MHz. BW5G Sets the bandwidth to 5 MHz.

Cloning the Group

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

Subgroups