Scenter
SCPI Command :
[SENSe]:ESPectrum<sb>:SCENter
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subBlock=SubBlock.Default) float[source]
# [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.
- Parameters:
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)
- Returns:
frequency: Frequency within the currently defined global span (see method
RsFsw.sense.frequency.span.set()and methodRsFsw.applications.k17Mcgd.sense.frequency.center.set()) . Range: 1 to 3, Unit: Hz
- set(frequency: float, subBlock=SubBlock.Default) None[source]
# [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.
- Parameters:
frequency – Frequency within the currently defined global span (see method
RsFsw.sense.frequency.span.set()and methodRsFsw.applications.k17Mcgd.sense.frequency.center.set()) . Range: 1 to 3, Unit: HzsubBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)