Gfilter
SCPI Command :
SBUS<*>:RFFE:GFILter
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) bool[source]
# SBUS<*>:RFFE:GFILter value: bool = driver.sbus.rffe.gfilter.get(serialBus = repcap.SerialBus.Default)
Enables the glitch filter on the SCLK and SDATA lines to improve decode accuracy.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- Returns:
glitch_filter: OFF | ON
- set(glitch_filter: bool, serialBus=SerialBus.Default) None[source]
# SBUS<*>:RFFE:GFILter driver.sbus.rffe.gfilter.set(glitch_filter = False, serialBus = repcap.SerialBus.Default)
Enables the glitch filter on the SCLK and SDATA lines to improve decode accuracy.
- Parameters:
glitch_filter – OFF | ON
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)