Bw

SCPI Command :

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

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

get(trxFrontent=TrxFrontent.Default) float[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:TRX<CH>:BW
value: float = driver.source.areGenerator.frontend.trx.bw.get(trxFrontent = repcap.TrxFrontent.Default)

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

param trxFrontent:

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

return:

areg_fe_bw: float Range: 0 to 10E9

set(areg_fe_bw: float, trxFrontent=TrxFrontent.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:TRX<CH>:BW
driver.source.areGenerator.frontend.trx.bw.set(areg_fe_bw = 1.0, trxFrontent = repcap.TrxFrontent.Default)

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

param areg_fe_bw:

float Range: 0 to 10E9

param trxFrontent:

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