CasRead

SCPI Command :

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

Sets the CAS read latency (CL) . It refers to the number of clock cycles that elapse between the time a read command is issued to the memory and the time the requested data is available on the output pins.

Parameters:

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

Returns:

cas_latency_read: 0 to 4.29497E+9

set(cas_latency_read: float, bus=Bus.Default) None[source]
# BUS<*>:DDR:CASRead
driver.bus.ddr.casRead.set(cas_latency_read = 1.0, bus = repcap.Bus.Default)

Sets the CAS read latency (CL) . It refers to the number of clock cycles that elapse between the time a read command is issued to the memory and the time the requested data is available on the output pins.

Parameters:
  • cas_latency_read – 0 to 4.29497E+9

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