Threshold
SCPI Command :
SBUS<*>:SENT:DATA:THReshold
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:SENT:DATA:THReshold value: float = driver.sbus.sent.data.threshold.get(serialBus = repcap.SerialBus.Default)
Sets the threshold for the data channel.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- set(sdata_threshold: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:SENT:DATA:THReshold driver.sbus.sent.data.threshold.set(sdata_threshold = 1.0, serialBus = repcap.SerialBus.Default)
Sets the threshold for the data channel.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)