Parity

SCPI Command :

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

Enables the search for incorrect parity bits.

Parameters:

search – String parameter

Returns:

parity_error: OFF | ON

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

Enables the search for incorrect parity bits.

Parameters:
  • search – String parameter

  • parity_error – OFF | ON