Threshold
SCPI Command :
SBUS<*>:SWIRe:STRBe:THReshold
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:SWIRe:STRBe:THReshold value: float = driver.sbus.swire.strbe.threshold.get(serialBus = repcap.SerialBus.Default)
Sets the threshold value for the digitization of the strobe signal.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- set(strobe_thres: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:SWIRe:STRBe:THReshold driver.sbus.swire.strbe.threshold.set(strobe_thres = 1.0, serialBus = repcap.SerialBus.Default)
Sets the threshold value for the digitization of the strobe signal.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)