RfbWidth

SCPI Command :

[SENSe]:ESPectrum<sb>:MSR:RFBWidth
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(subBlock=SubBlock.Default) float[source]
# [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.

Parameters:

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

Returns:

bandwidth: Bandwidth in Hz Unit: Hz

set(bandwidth: float, subBlock=SubBlock.Default) None[source]
# [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.

Parameters:
  • bandwidth – Bandwidth in Hz Unit: Hz

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