Drate
SCPI Command :
BUS<*>:DPHY:DRATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) int[source]
# BUS<*>:DPHY:DRATe value: int = driver.bus.dphy.drate.get(bus = repcap.Bus.Default)
Sets a data rate.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
data_rate: 1E+6 to 2.5E+9
- set(data_rate: int, bus=Bus.Default) None[source]
# BUS<*>:DPHY:DRATe driver.bus.dphy.drate.set(data_rate = 1, bus = repcap.Bus.Default)
Sets a data rate.
- Parameters:
data_rate – 1E+6 to 2.5E+9
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)