Low
SCPI Command :
SBUS<*>:MILStd:THReshold:LOW
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:MILStd:THReshold:LOW value: float = driver.sbus.milstd.threshold.low.get(serialBus = repcap.SerialBus.Default)
Sets the lower threshold level of the signal.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- set(threshold_low: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:MILStd:THReshold:LOW driver.sbus.milstd.threshold.low.set(threshold_low = 1.0, serialBus = repcap.SerialBus.Default)
Sets the lower threshold level of the signal.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)