Manchester
SCPI Command :
SEARch:TRIGger:MILStd:ERRor:MANChester
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) bool[source]
# SEARch:TRIGger:MILStd:ERRor:MANChester value: bool = driver.search.trigger.milstd.error.manchester.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, man_coding_error: bool) None[source]
# SEARch:TRIGger:MILStd:ERRor:MANChester driver.search.trigger.milstd.error.manchester.set(search = 'abc', man_coding_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