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