Overload

SCPI Command :

TRIGger<*>:EXTern:OVERload
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) bool[source]
# TRIGger<*>:EXTern:OVERload
value: bool = driver.trigger.extern.overload.get(trigger = repcap.Trigger.Default)

The query returns the overload status of the external trigger input. TRIGger:EXTern:OVERload 0 confirms the information in the message box, it has same effect as OK.

Parameters:

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

Returns:

overload:

  • ON | 1: Iindicates an overload of the probe

  • OFF | 0: In a query: no overlaod.Ssetting: confirms the information in the message box

set(overload: bool, trigger=Trigger.Default) None[source]
# TRIGger<*>:EXTern:OVERload
driver.trigger.extern.overload.set(overload = False, trigger = repcap.Trigger.Default)

The query returns the overload status of the external trigger input. TRIGger:EXTern:OVERload 0 confirms the information in the message box, it has same effect as OK.

Parameters:
  • overload

    • ON | 1: Iindicates an overload of the probe

    • OFF | 0: In a query: no overlaod.Ssetting: confirms the information in the message box

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