Scenter
SCPI Command :
[SENSe]:ESPectrum<sb>:SCENter
- class ScenterCls[source]
Scenter commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(subBlock=SubBlock.Default) float [source]
# SCPI: [SENSe]:ESPectrum<sb>:SCENter value: float = driver.applications.k10Xlte.sense.espectrum.scenter.get(subBlock = repcap.SubBlock.Default)
Defines the center frequency of the selected sub block in a Multi-SEM measurement.
- param subBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)
- return
frequency: Frequency within the currently defined global span (see [SENSe:]FREQuency:SPAN and [SENSe:]FREQuency:CENTer) . Range: 1 to 3, Unit: Hz
- set(frequency: float, subBlock=SubBlock.Default) None [source]
# SCPI: [SENSe]:ESPectrum<sb>:SCENter driver.applications.k10Xlte.sense.espectrum.scenter.set(frequency = 1.0, subBlock = repcap.SubBlock.Default)
Defines the center frequency of the selected sub block in a Multi-SEM measurement.
- param frequency
Frequency within the currently defined global span (see [SENSe:]FREQuency:SPAN and [SENSe:]FREQuency:CENTer) . Range: 1 to 3, Unit: Hz
- param subBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)