Bwid

SCPI Command :

[SENSe]:ESPectrum<sb>:BWID
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(subBlock=SubBlock.Default) float[source]
# [SENSe]:ESPectrum<sb>:BWID
value: float = driver.applications.k14Xnr5G.sense.espectrum.bwid.get(subBlock = repcap.SubBlock.Default)

Defines the channel bandwidth of the reference range. The bandwidth is available if the power reference is the channel power.

Parameters:

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

Returns:

bandwidth: minimum span <= value <= span of reference range Unit: Hz

set(bandwidth: float, subBlock=SubBlock.Default) None[source]
# [SENSe]:ESPectrum<sb>:BWID
driver.applications.k14Xnr5G.sense.espectrum.bwid.set(bandwidth = 1.0, subBlock = repcap.SubBlock.Default)

Defines the channel bandwidth of the reference range. The bandwidth is available if the power reference is the channel power.

Parameters:
  • bandwidth – minimum span <= value <= span of reference range Unit: Hz

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