SmLanes

SCPI Command :

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

Enables the display of the result in multiple lanes.

Parameters:

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

set(multilane_disp: bool, bus=Bus.Default) None[source]
# BUS<*>:PCIE:SMLanes
driver.bus.pcie.smLanes.set(multilane_disp = False, bus = repcap.Bus.Default)

Enables the display of the result in multiple lanes.

Parameters:
  • multilane_disp – OFF | ON

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