Band

SCPI Commands

SENSe:ESPectrum<SubBlock>:MSR:BAND
class BandCls[source]

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

get(subBlock=SubBlock.Default) LowHigh[source]
# SCPI: [SENSe]:ESPectrum<sb>:MSR:BAND
value: enums.LowHigh = driver.sense.espectrum.msr.band.get(subBlock = repcap.SubBlock.Default)

No command help available

param subBlock

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

return

range_py: No help available

set(range_py: LowHigh, subBlock=SubBlock.Default) None[source]
# SCPI: [SENSe]:ESPectrum<sb>:MSR:BAND
driver.sense.espectrum.msr.band.set(range_py = enums.LowHigh.HIGH, subBlock = repcap.SubBlock.Default)

No command help available

param range_py

No help available

param subBlock

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