SmLanes

SCPI Command :

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

Enables the display of the results 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<*>:MPHY:SMLanes
driver.bus.mphy.smLanes.set(multilane_disp = False, bus = repcap.Bus.Default)

Enables the display of the results in multiple lanes.

Parameters:
  • multilane_disp – OFF | ON

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