Lnkw

SCPI Command :

BUS<*>:PCIE:LNKW
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) BusLinkWidth[source]
# BUS<*>:PCIE:LNKW
value: enums.BusLinkWidth = driver.bus.pcie.lnkw.get(bus = repcap.Bus.Default)

Sets the link width, the number of lanes that are used for the transmission of the data.

Parameters:

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

Returns:

link_width: X1 | X2 | X4

set(link_width: BusLinkWidth, bus=Bus.Default) None[source]
# BUS<*>:PCIE:LNKW
driver.bus.pcie.lnkw.set(link_width = enums.BusLinkWidth.X1, bus = repcap.Bus.Default)

Sets the link width, the number of lanes that are used for the transmission of the data.

Parameters:
  • link_width – X1 | X2 | X4

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