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