Enable
SCPI Command :
SBUS<*>:SPI:FILTer:FRAMe<*>:FLD<*>:ENABle
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) bool[source]
# SBUS<*>:SPI:FILTer:FRAMe<*>:FLD<*>:ENABle value: bool = driver.sbus.spi.filterPy.frame.fld.enable.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.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’)
frame – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Frame’)
field – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Fld’)
- Returns:
cond_enabler: OFF | ON
- set(cond_enabler: bool, serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) None[source]
# SBUS<*>:SPI:FILTer:FRAMe<*>:FLD<*>:ENABle driver.sbus.spi.filterPy.frame.fld.enable.set(cond_enabler = False, serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.Default)
Enables or disables the checking condition for the selected field of the selected frame.
- Parameters:
cond_enabler – OFF | ON
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
frame – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Frame’)
field – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Fld’)