Timing
SCPI Command :
SEARch:TRIGger:ARINc:ERRor:TIMing
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) bool[source]
# SEARch:TRIGger:ARINc:ERRor:TIMing value: bool = driver.search.trigger.arinc.error.timing.get(search = 'abc')
Enables the search for timing errors, when the minimum gap is out of range.
- Returns:
min_gap_select: OFF | ON
- set(search: str, min_gap_select: bool) None[source]
# SEARch:TRIGger:ARINc:ERRor:TIMing driver.search.trigger.arinc.error.timing.set(search = 'abc', min_gap_select = False)
Enables the search for timing errors, when the minimum gap is out of range.
- Parameters:
min_gap_select – OFF | ON