ErEnable

SCPI Command :

TRIGger:SBSW:TNOS:ERENable
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# TRIGger:SBSW:TNOS:ERENable
value: bool = driver.trigger.sbsw.tnos.erEnable.get()

Defines the error type for the software trigger.

set(error_name: str, enabler: bool) None[source]
# TRIGger:SBSW:TNOS:ERENable
driver.trigger.sbsw.tnos.erEnable.set(error_name = 'abc', enabler = False)

Defines the error type for the software trigger.