Bw

SCPI Command :

[SOURce<HW>]:AREGenerator:FRONtend:FE<CH>:BW
class BwCls[source]

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

get(channel=Channel.Default) float[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:FE<CH>:BW
value: float = driver.source.areGenerator.frontend.fe.bw.get(channel = repcap.Channel.Default)

Displays the frequency bandwidth of the output signal of the connected frontend.

param channel:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fe’)

return:

areg_fe_bw: float Range: 0 to 10E9

set(areg_fe_bw: float, channel=Channel.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:FE<CH>:BW
driver.source.areGenerator.frontend.fe.bw.set(areg_fe_bw = 1.0, channel = repcap.Channel.Default)

Displays the frequency bandwidth of the output signal of the connected frontend.

param areg_fe_bw:

float Range: 0 to 10E9

param channel:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fe’)