Scenter

SCPI Commands

SENSe:ESPectrum<SubBlock>: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.sense.espectrum.scenter.get(subBlock = repcap.SubBlock.Default)

No command help available

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>:SCENter
driver.sense.espectrum.scenter.set(frequency = 1.0, subBlock = repcap.SubBlock.Default)

No command help available

param frequency

No help available

param subBlock

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