AdLanes

SCPI Command :

SBUS<*>:QSPI:OPCode:ITEM<*>:ADLanes
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default, item=Item.Default) SbusQspiInstruction[source]
# SBUS<*>:QSPI:OPCode:ITEM<*>:ADLanes
value: enums.SbusQspiInstruction = driver.sbus.qspi.opCode.item.adLanes.get(serialBus = repcap.SerialBus.Default, item = repcap.Item.Default)

Selects how many lines or lanes are used to send the address bytes to the flash memory.

Parameters:
  • serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)

  • item – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Item’)

Returns:

address_lanes: SINGle | DUAL | QUAD

set(address_lanes: SbusQspiInstruction, serialBus=SerialBus.Default, item=Item.Default) None[source]
# SBUS<*>:QSPI:OPCode:ITEM<*>:ADLanes
driver.sbus.qspi.opCode.item.adLanes.set(address_lanes = enums.SbusQspiInstruction.DUAL, serialBus = repcap.SerialBus.Default, item = repcap.Item.Default)

Selects how many lines or lanes are used to send the address bytes to the flash memory.

Parameters:
  • address_lanes – SINGle | DUAL | QUAD

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

  • item – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Item’)