ThLower

SCPI Command :

SBUS<*>:MANCh:DATA:THLower
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:MANCh:DATA:THLower
value: float = driver.sbus.manch.data.thLower.get(serialBus = repcap.SerialBus.Default)

Sets the lower threshold for the data channel.

Parameters:

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

set(dat_thres_low: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:MANCh:DATA:THLower
driver.sbus.manch.data.thLower.set(dat_thres_low = 1.0, serialBus = repcap.SerialBus.Default)

Sets the lower threshold for the data channel.

Parameters:

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