State

SCPI Command :

[SENSe]:ESPectrum<sb>:RANGe<ri>:INPut:GAIN:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(subBlock=SubBlock.Default, rangePy=RangePy.Default) bool[source]
# [SENSe]:ESPectrum<sb>:RANGe<ri>:INPut:GAIN:STATe
value: bool = driver.applications.k10Xlte.sense.espectrum.range.inputPy.gain.state.get(subBlock = repcap.SubBlock.Default, rangePy = repcap.RangePy.Default)

Turns the preamplifier for a SEM range on and off. In case of high speed measurements, the state of the preamplifier has to be identical for all ranges.

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

  • rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)

Returns:

state: ON | OFF | 1 | 0

set(state: bool, subBlock=SubBlock.Default, rangePy=RangePy.Default) None[source]
# [SENSe]:ESPectrum<sb>:RANGe<ri>:INPut:GAIN:STATe
driver.applications.k10Xlte.sense.espectrum.range.inputPy.gain.state.set(state = False, subBlock = repcap.SubBlock.Default, rangePy = repcap.RangePy.Default)

Turns the preamplifier for a SEM range on and off. In case of high speed measurements, the state of the preamplifier has to be identical for all ranges.

Parameters:
  • state – ON | OFF | 1 | 0

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

  • rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)