Uart
SCPI Command :
SEARch:TRIGger:CXPI:ERRor:UART
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) bool[source]
# SEARch:TRIGger:CXPI:ERRor:UART value: bool = driver.search.trigger.cxpi.error.uart.get(search = 'abc')
Searches for an UART error, if method
RsRtx.search.trigger.cxpi.typePy.set()is set to ERRor.- Returns:
error_uart: OFF | ON
- set(search: str, error_uart: bool) None[source]
# SEARch:TRIGger:CXPI:ERRor:UART driver.search.trigger.cxpi.error.uart.set(search = 'abc', error_uart = False)
Searches for an UART error, if method
RsRtx.search.trigger.cxpi.typePy.set()is set to ERRor.- Parameters:
error_uart – OFF | ON