Sbcount
SCPI Command :
[SENSe]:ESPectrum<sb>:SBCount
- class SbcountCls[source]
Sbcount commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(subBlock=SubBlock.Default) float [source]
# SCPI: [SENSe]:ESPectrum<sb>:SBCount value: float = driver.sense.espectrum.sbcount.get(subBlock = repcap.SubBlock.Default)
Defines the number of sub blocks in the SEM measurement. Note that this command is maintained for compatibility reasons only. For newer remote control programs use the [SENSe:]ESPectrum<sb>:SCOunt command.
- param subBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)
- return
subblocks: Number of sub blocks in the SEM measurement. Range: 1 to 3
- set(subblocks: float, subBlock=SubBlock.Default) None [source]
# SCPI: [SENSe]:ESPectrum<sb>:SBCount driver.sense.espectrum.sbcount.set(subblocks = 1.0, subBlock = repcap.SubBlock.Default)
Defines the number of sub blocks in the SEM measurement. Note that this command is maintained for compatibility reasons only. For newer remote control programs use the [SENSe:]ESPectrum<sb>:SCOunt command.
- param subblocks
Number of sub blocks in the SEM measurement. Range: 1 to 3
- param subBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)