PperiodError

SCPI Command :

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

Enables the search for pulse period errors. To initially enable the search for an error event, set method RsRtx.search.trigger.sent.error.set() to ON.

Parameters:

search – OFF | ON

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

Enables the search for pulse period errors. To initially enable the search for an error event, set method RsRtx.search.trigger.sent.error.set() to ON.