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