Threshold

SCPI Command :

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

Sets the threshold for the enable channel.

Parameters:

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

set(enab_thres: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:MANCh:ENABle:THReshold
driver.sbus.manch.enable.threshold.set(enab_thres = 1.0, serialBus = repcap.SerialBus.Default)

Sets the threshold for the enable channel.

Parameters:

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