Enable

SCPI Command :

SEARch:TRIGger:USBPd:ERRor<*>:ENABle
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str, error=Error.Default) bool[source]
# SEARch:TRIGger:USBPd:ERRor<*>:ENABle
value: bool = driver.search.trigger.usbPd.error.enable.get(search = 'abc', error = repcap.Error.Default)

Enables or disables the checking condition for searching a specific error in the selected field of the selected frame.

Parameters:

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

Returns:

enable: OFF | ON

set(search: str, enable: bool, error=Error.Default) None[source]
# SEARch:TRIGger:USBPd:ERRor<*>:ENABle
driver.search.trigger.usbPd.error.enable.set(search = 'abc', enable = False, error = repcap.Error.Default)

Enables or disables the checking condition for searching a specific error in the selected field of the selected frame.

Parameters:
  • enable – OFF | ON

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