Hysteresis
SCPI Command :
SBUS<*>:SWIRe:STRBe:HYSTeresis
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:SWIRe:STRBe:HYSTeresis value: float = driver.sbus.swire.strbe.hysteresis.get(serialBus = repcap.SerialBus.Default)
Sets a value for the hysteresis of the strobe signal.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- set(strobe_hyst: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:SWIRe:STRBe:HYSTeresis driver.sbus.swire.strbe.hysteresis.set(strobe_hyst = 1.0, serialBus = repcap.SerialBus.Default)
Sets a value for the hysteresis of the strobe signal.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)