IpError
SCPI Command :
SEARch:TRIGger:LIN:IPERror
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) bool[source]
# SEARch:TRIGger:LIN:IPERror value: bool = driver.search.trigger.lin.ipError.get(search = 'abc')
Searches for errors in the identifier parity bits. These are the bits 6 and 7 of the identifier.
- Parameters:
search – OFF | ON
- set(search: str, idtf_par_err: bool) None[source]
# SEARch:TRIGger:LIN:IPERror driver.search.trigger.lin.ipError.set(search = 'abc', idtf_par_err = False)
Searches for errors in the identifier parity bits. These are the bits 6 and 7 of the identifier.