Timing
SCPI Command :
SEARch:TRIGger:MILStd:ERRor:TIMing
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) bool[source]
# SEARch:TRIGger:MILStd:ERRor:TIMing value: bool = driver.search.trigger.milstd.error.timing.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
- Returns:
min_gap_select: OFF | ON
- set(search: str, min_gap_select: bool) None[source]
# SEARch:TRIGger:MILStd:ERRor:TIMing driver.search.trigger.milstd.error.timing.set(search = 'abc', min_gap_select = 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
- Parameters:
min_gap_select – OFF | ON