State

SCPI Command :

TRIGger:NOISe<*>[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(noise=Noise.Default) AutoManualMode[source]
# TRIGger:NOISe<*>[:STATe]
value: enums.AutoManualMode = driver.trigger.noise.state.get(noise = repcap.Noise.Default)

Selects how the hysteresis is set.

Parameters:

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

Returns:

mode: AUTO | MANual

  • AUTO: Automatic mode is the recommended mode. The hysteresis is set by the instrument to reject the internal noise of the instrument.

  • MANual: The hysteresis is defined with TRIGger:NOISem:ABSolute or TRIGger:NOISem:RELative.

set(mode: AutoManualMode, noise=Noise.Default) None[source]
# TRIGger:NOISe<*>[:STATe]
driver.trigger.noise.state.set(mode = enums.AutoManualMode.AUTO, noise = repcap.Noise.Default)

Selects how the hysteresis is set.

Parameters:
  • mode

    AUTO | MANual

    • AUTO: Automatic mode is the recommended mode. The hysteresis is set by the instrument to reject the internal noise of the instrument.

    • MANual: The hysteresis is defined with TRIGger:NOISem:ABSolute or TRIGger:NOISem:RELative.

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