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