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