RfbWidth

SCPI Command :

[SENSe]:ESPectrum<sb>:MSR:RFBWidth
class RfbWidthCls[source]

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

get(subBlock=SubBlock.Default) float[source]
# SCPI: [SENSe]:ESPectrum<sb>:MSR:RFBWidth
value: float = driver.sense.espectrum.msr.rfbWidth.get(subBlock = repcap.SubBlock.Default)

Defines the RF bandwidth of the base station for MSR measurements.

param subBlock

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

return

bandwidth: Bandwidth in Hz Unit: Hz

set(bandwidth: float, subBlock=SubBlock.Default) None[source]
# SCPI: [SENSe]:ESPectrum<sb>:MSR:RFBWidth
driver.sense.espectrum.msr.rfbWidth.set(bandwidth = 1.0, subBlock = repcap.SubBlock.Default)

Defines the RF bandwidth of the base station for MSR measurements.

param bandwidth

Bandwidth in Hz Unit: Hz

param subBlock

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