FiEnable
SCPI Command :
SBUS<*>:SPI:FILTer:FIENable
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) bool[source]
# SBUS<*>:SPI:FILTer:FIENable value: bool = driver.sbus.spi.filterPy.fiEnable.get(serialBus = repcap.SerialBus.Default)
Enables or disables the checking condition for the selected field of the selected frame.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- set(frame: str, field: str, enabler: bool, serialBus=SerialBus.Default) None[source]
# SBUS<*>:SPI:FILTer:FIENable driver.sbus.spi.filterPy.fiEnable.set(frame = 'abc', field = 'abc', enabler = False, serialBus = repcap.SerialBus.Default)
Enables or disables the checking condition for the selected field of the selected frame.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)