Bcategory

SCPI Commands

SENSe:ESPectrum<SubBlock>:MSR:BCATegory
class BcategoryCls[source]

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

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

No command help available

param subBlock

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

return

category: No help available

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

No command help available

param category

No help available

param subBlock

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