Sync

SCPI Command :

SEARch:TRIGger:MILStd:ERRor:SYNC
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) bool[source]
# SEARch:TRIGger:MILStd:ERRor:SYNC
value: bool = driver.search.trigger.milstd.error.sync.get(search = 'abc')

Enables search for errors if method RsRtx.search.trigger.milstd.typePy.set() is set to ERRor. Sets the end value of a pattern range for the corresponding search:

  • MANChester: error of the manchester coding

  • PARity: even parity (parity error)

  • SYNC: error of the synchronization

  • TIMing: Minimum gap is out of range

Parameters:

search – OFF | ON

set(search: str, sync_error: bool) None[source]
# SEARch:TRIGger:MILStd:ERRor:SYNC
driver.search.trigger.milstd.error.sync.set(search = 'abc', sync_error = False)

Enables search for errors if method RsRtx.search.trigger.milstd.typePy.set() is set to ERRor. Sets the end value of a pattern range for the corresponding search:

  • MANChester: error of the manchester coding

  • PARity: even parity (parity error)

  • SYNC: error of the synchronization

  • TIMing: Minimum gap is out of range