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