Bitrate

SCPI Command :

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

Declares the nominal bit rate of the data signal for the DDR eye diagram analysis.

Parameters:

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

Returns:

bitrate: 1000 to 10E+9

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

Declares the nominal bit rate of the data signal for the DDR eye diagram analysis.

Parameters:
  • bitrate – 1000 to 10E+9

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