Threshold

SCPI Command :

BUS<*>:DDR:RDQS:THReshold
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) float[source]
# BUS<*>:DDR:RDQS:THReshold
value: float = driver.bus.ddr.rdqs.threshold.get(bus = repcap.Bus.Default)

No help available

Parameters:

bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)

set(threshold_rdqs: float, bus=Bus.Default) None[source]
# BUS<*>:DDR:RDQS:THReshold
driver.bus.ddr.rdqs.threshold.set(threshold_rdqs = 1.0, bus = repcap.Bus.Default)

No help available

Parameters:

bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)