Low
SCPI Command :
SBUS<*>:ARINc:THReshold:LOW
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:ARINc:THReshold:LOW value: float = driver.sbus.arinc.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(lower_thresholdhold: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:ARINc:THReshold:LOW driver.sbus.arinc.threshold.low.set(lower_thresholdhold = 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’)