SyError

SCPI Command :

SEARch:TRIGger:LIN:SYERror
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) bool[source]
# SEARch:TRIGger:LIN:SYERror
value: bool = driver.search.trigger.lin.syError.get(search = 'abc')

Searches for synchronization errors.

Returns:

sync_error: OFF | ON

set(search: str, sync_error: bool) None[source]
# SEARch:TRIGger:LIN:SYERror
driver.search.trigger.lin.syError.set(search = 'abc', sync_error = False)

Searches for synchronization errors.

Parameters:

sync_error – OFF | ON