Scount
SCPI Command :
[SENSe]:ESPectrum<sb>:SCOunt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subBlock=SubBlock.Default) float[source]
# [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.
- Parameters:
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)
- Returns:
subblocks: Number of sub blocks in the SEM measurement. Range: 1 to 8
- set(subblocks: float, subBlock=SubBlock.Default) None[source]
# [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.
- Parameters:
subblocks – Number of sub blocks in the SEM measurement. Range: 1 to 8
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)