GtchEnable
SCPI Command :
SBUS<*>:SPMI:GTCHenable
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) bool[source]
# SBUS<*>:SPMI:GTCHenable value: bool = driver.sbus.spmi.gtchEnable.get(serialBus = repcap.SerialBus.Default)
Enables the glitch filter. A glitch filter can help to filter out short-duration voltage spikes/ glitches that can occur on the communication line. You can set the glitch filter width with method
RsMxo.sbus.spmi.gtwdith.set().- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- Returns:
use_glitch_filter: OFF | ON
- set(use_glitch_filter: bool, serialBus=SerialBus.Default) None[source]
# SBUS<*>:SPMI:GTCHenable driver.sbus.spmi.gtchEnable.set(use_glitch_filter = False, serialBus = repcap.SerialBus.Default)
Enables the glitch filter. A glitch filter can help to filter out short-duration voltage spikes/ glitches that can occur on the communication line. You can set the glitch filter width with method
RsMxo.sbus.spmi.gtwdith.set().- Parameters:
use_glitch_filter – OFF | ON
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)