Enable

SCPI Command :

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

Enables or disables the searching for an error condition.

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:MPHY:SSIC:ERRor<*>:ENABle
driver.search.trigger.mphy.ssic.error.enable.set(search = 'abc', enable = False, error = repcap.Error.Default)

Enables or disables the searching for an error condition.

Parameters:
  • enable – OFF | ON

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