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