High
SCPI Command :
SBUS<*>:MILStd:THReshold:HIGH
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:MILStd:THReshold:HIGH value: float = driver.sbus.milstd.threshold.high.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_high: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:MILStd:THReshold:HIGH driver.sbus.milstd.threshold.high.set(threshold_high = 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’)