Scount

SCPI Command :

[SENSe]:ESPectrum<sb>:SCOunt
class ScountCls[source]

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

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

Defines the number of sub blocks in the SEM measurement.

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 8

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

Defines the number of sub blocks in the SEM measurement.

param subblocks

Number of sub blocks in the SEM measurement. Range: 1 to 8

param subBlock

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