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