Parity

SCPI Command :

SEARch:TRIGger:ARINc:ERRor:PARity
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) bool[source]
# SEARch:TRIGger:ARINc:ERRor:PARity
value: bool = driver.search.trigger.arinc.error.parity.get(search = 'abc')

Enables the search for parity errors.

Returns:

parity_error: OFF | ON

set(search: str, parity_error: bool) None[source]
# SEARch:TRIGger:ARINc:ERRor:PARity
driver.search.trigger.arinc.error.parity.set(search = 'abc', parity_error = False)

Enables the search for parity errors.

Parameters:

parity_error – OFF | ON