Count
SCPI Command :
[SENSe]:ESPectrum<sb>:RANGe<ri>:COUNt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subBlock=SubBlock.Default, rangePy=RangePy.Default) float[source]
# [SENSe]:ESPectrum<sb>:RANGe<ri>:COUNt value: float = driver.applications.k10Xlte.sense.espectrum.range.count.get(subBlock = repcap.SubBlock.Default, rangePy = repcap.RangePy.Default)
Queries the number of ranges in the sweep list.
- Parameters:
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)
rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)
- Returns:
ranges: Number of ranges in the sweep list.