Bwid

SCPI Commands

SENSe:ESPectrum<SubBlock>:BWID
class BwidCls[source]

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

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

No command help available

param subBlock

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

return

bandwidth: No help available

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

No command help available

param bandwidth

No help available

param subBlock

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