SbCenter
SCPI Command :
[SENSe]:ESPectrum<sb>:SBCenter
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subBlock=SubBlock.Default) float[source]
# [SENSe]:ESPectrum<sb>:SBCenter value: float = driver.sense.espectrum.sbCenter.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’)
- 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>:SBCenter driver.sense.espectrum.sbCenter.set(frequency = 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:
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’)