Invert

SCPI Command :

SBUS<*>:SWIRe:FILTer:INVert
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(serialBus=SerialBus.Default) None[source]
# SBUS<*>:SWIRe:FILTer:INVert
driver.sbus.swire.filterPy.invert.set(serialBus = repcap.SerialBus.Default)

Inverts the current state of the frame and error types: all frames and error types that were enabled are disabled and vice versa.

Parameters:

serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)

set_and_wait(serialBus=SerialBus.Default, opc_timeout_ms: int = -1) None[source]