CasWrite
SCPI Command :
BUS<*>:DDR:CASWrite
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:DDR:CASWrite value: float = driver.bus.ddr.casWrite.get(bus = repcap.Bus.Default)
Sets the CAS write latency (CWL) , the delay between the time a write command is issued to the memory and the time the data is actually written to the memory cells. It is measured in clock cycles.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
cas_latency_write: 0 to 4.29497E+9
- set(cas_latency_write: float, bus=Bus.Default) None[source]
# BUS<*>:DDR:CASWrite driver.bus.ddr.casWrite.set(cas_latency_write = 1.0, bus = repcap.Bus.Default)
Sets the CAS write latency (CWL) , the delay between the time a write command is issued to the memory and the time the data is actually written to the memory cells. It is measured in clock cycles.
- Parameters:
cas_latency_write – 0 to 4.29497E+9
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)