Lower

SCPI Command :

SBUS<*>:TNOS:THReshold:LOWer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:TNOS:THReshold:LOWer
value: float = driver.sbus.tnos.threshold.lower.get(serialBus = repcap.SerialBus.Default)

Sets a lower threshold.

Parameters:

serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)

set(lower_threshold: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:TNOS:THReshold:LOWer
driver.sbus.tnos.threshold.lower.set(lower_threshold = 1.0, serialBus = repcap.SerialBus.Default)

Sets a lower threshold.

Parameters:

serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)