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