FormError
SCPI Command :
SEARch:TRIGger:SENT:FORMerror
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) bool[source]
# SEARch:TRIGger:SENT:FORMerror value: bool = driver.search.trigger.sent.formError.get(search = 'abc')
Enables the search for format errors in serial messages. To initially enable the search for an error event, set method
RsRtx.search.trigger.sent.error.set()to ON.- Returns:
form_error: OFF | ON
- set(search: str, form_error: bool) None[source]
# SEARch:TRIGger:SENT:FORMerror driver.search.trigger.sent.formError.set(search = 'abc', form_error = False)
Enables the search for format errors in serial messages. To initially enable the search for an error event, set method
RsRtx.search.trigger.sent.error.set()to ON.- Parameters:
form_error – OFF | ON