Sbcount
SCPI Command :
[SENSe]:ESPectrum<sb>:SBCount
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subBlock=SubBlock.Default) float[source]
# [SENSe]:ESPectrum<sb>:SBCount value: float = driver.applications.k10Xlte.sense.espectrum.sbcount.get(subBlock = repcap.SubBlock.Default)
Defines the center frequency of the selected sub block in a Multi-SEM measurement. Note that this command is maintained for compatibility reasons only. For newer remote control programs use the method
RsFsw.sense.espectrum.scenter.set()command.- Parameters:
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)
- set(subblocks: float, subBlock=SubBlock.Default) None[source]
# [SENSe]:ESPectrum<sb>:SBCount driver.applications.k10Xlte.sense.espectrum.sbcount.set(subblocks = 1.0, subBlock = repcap.SubBlock.Default)
Defines the center frequency of the selected sub block in a Multi-SEM measurement. Note that this command is maintained for compatibility reasons only. For newer remote control programs use the method
RsFsw.sense.espectrum.scenter.set()command.- Parameters:
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)