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