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.applications.k149Uwb.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

count: No help available

set(count: float, subBlock=SubBlock.Default) None[source]
# SCPI: [SENSe]:ESPectrum<sb>:SBCount
driver.applications.k149Uwb.sense.espectrum.sbcount.set(count = 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 count

No help available

param subBlock

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