SbCenter

SCPI Command :

[SENSe]:ESPectrum<sb>:SBCenter
class SbCenterCls[source]

SbCenter commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(subBlock=SubBlock.Default) float[source]
# SCPI: [SENSe]:ESPectrum<sb>:SBCenter
value: float = driver.sense.espectrum.sbCenter.get(subBlock = repcap.SubBlock.Default)

Defines the number of sub blocks in the SEM measurement. Note that this command is maintained for compatibility reasons only. For newer remote control programs use the [SENSe:]ESPectrum<sb>:SCOunt command.

param subBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)

return

frequency: No help available

set(frequency: float, subBlock=SubBlock.Default) None[source]
# SCPI: [SENSe]:ESPectrum<sb>:SBCenter
driver.sense.espectrum.sbCenter.set(frequency = 1.0, subBlock = repcap.SubBlock.Default)

Defines the number of sub blocks in the SEM measurement. Note that this command is maintained for compatibility reasons only. For newer remote control programs use the [SENSe:]ESPectrum<sb>:SCOunt command.

param frequency

No help available

param subBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)