Parity

SCPI Command :

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

Searches for a parity error, if method RsRtx.search.trigger.cxpi.typePy.set() is set to ERRor.

Returns:

error_parity: OFF | ON

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

Searches for a parity error, if method RsRtx.search.trigger.cxpi.typePy.set() is set to ERRor.

Parameters:

error_parity – OFF | ON