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: No help available
- 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:
No help available
- param trxFrontent:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trx’)