State

SCPI Command :

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

Selects how the hysteresis is set.

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

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

Returns:

hysteresis_mode: AUTO | MANual

  • AUTO: This is the recommended mode. The hysteresis is set by the instrument to reject at least the internal noise of the instrument. You can define a higher minimum value using TRIGgert:LEVeln:NOISe:ABSolute.

  • MANual: The hysteresis is defined directly with TRIGgert:LEVeln:NOISe:ABSolute.

set(hysteresis_mode: AutoManualMode, trigger=Trigger.Default, triggerLevel=TriggerLevel.Default) None[source]
# TRIGger<*>:LEVel<*>:NOISe[:STATe]
driver.trigger.level.noise.state.set(hysteresis_mode = enums.AutoManualMode.AUTO, trigger = repcap.Trigger.Default, triggerLevel = repcap.TriggerLevel.Default)

Selects how the hysteresis is set.

Parameters:
  • hysteresis_mode

    AUTO | MANual

    • AUTO: This is the recommended mode. The hysteresis is set by the instrument to reject at least the internal noise of the instrument. You can define a higher minimum value using TRIGgert:LEVeln:NOISe:ABSolute.

    • MANual: The hysteresis is defined directly with TRIGgert:LEVeln:NOISe:ABSolute.

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

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