Mode

SCPI Command :

SEARch:TRIGger:LEVel:NOISe:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(key: str, signal_source: SignalSource) PositionMode[source]
# SEARch:TRIGger:LEVel:NOISe:MODE
value: enums.PositionMode = driver.search.trigger.level.noise.mode.get(key = 'abc', signal_source = enums.SignalSource.AJ1)

Defines whether absolute values or relative values to the vertical scaling are used as a hysteresis for noise rejection.

Parameters:
  • key – String with the name of the search

  • signal_source – Source of the trigger waveform, see ‘Waveform parameter’

Returns:

mode: ABS | REL

set(key: str, signal_source: SignalSource, mode: PositionMode) None[source]
# SEARch:TRIGger:LEVel:NOISe:MODE
driver.search.trigger.level.noise.mode.set(key = 'abc', signal_source = enums.SignalSource.AJ1, mode = enums.PositionMode.ABS)

Defines whether absolute values or relative values to the vertical scaling are used as a hysteresis for noise rejection.

Parameters:
  • key – String with the name of the search

  • signal_source – Source of the trigger waveform, see ‘Waveform parameter’

  • mode – ABS | REL