Dlanes
SCPI Command :
BUS<*>:MPHY:DLANes
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) int[source]
# BUS<*>:MPHY:DLANes value: int = driver.bus.mphy.dlanes.get(bus = repcap.Bus.Default)
Sets the number of data lanes.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
data_lane_count: 1 to 4
- set(data_lane_count: int, bus=Bus.Default) None[source]
# BUS<*>:MPHY:DLANes driver.bus.mphy.dlanes.set(data_lane_count = 1, bus = repcap.Bus.Default)
Sets the number of data lanes.
- Parameters:
data_lane_count – 1 to 4
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)