Gtwdith
SCPI Command :
SBUS<*>:SPMI:GTWDith
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:SPMI:GTWDith value: float = driver.sbus.spmi.gtwdith.get(serialBus = repcap.SerialBus.Default)
Sets the glitch width. Any signal transitions with a duration smaller than this value will be considered a glitch and filtered out. This is available, if method
RsMxo.sbus.spmi.gtchEnable.set()is set to ON.- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- Returns:
glitch_filter_width: 1E-15 to 1000000000
- set(glitch_filter_width: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:SPMI:GTWDith driver.sbus.spmi.gtwdith.set(glitch_filter_width = 1.0, serialBus = repcap.SerialBus.Default)
Sets the glitch width. Any signal transitions with a duration smaller than this value will be considered a glitch and filtered out. This is available, if method
RsMxo.sbus.spmi.gtchEnable.set()is set to ON.- Parameters:
glitch_filter_width – 1E-15 to 1000000000
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)