Error

SCPI Command :

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

Enables the search for specified errors. Define the error types with method RsRtx.search.trigger.sent.pulseError.set() , method RsRtx.search.trigger.sent.pperiodError.set() , method RsRtx.search.trigger.sent.formError.set() and method RsRtx.search.trigger.sent.crcError.set() .

Parameters:

search – OFF | ON

set(search: str, chk_err_cond: bool) None[source]
# SEARch:TRIGger:SENT:ERRor
driver.search.trigger.sent.error.set(search = 'abc', chk_err_cond = False)

Enables the search for specified errors. Define the error types with method RsRtx.search.trigger.sent.pulseError.set() , method RsRtx.search.trigger.sent.pperiodError.set() , method RsRtx.search.trigger.sent.formError.set() and method RsRtx.search.trigger.sent.crcError.set() .