AdMode

SCPI Command :

SBUS<*>:OSPI:OPCode:ITEM<*>:ADMode
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default, item=Item.Default) SbusOspiMode[source]
# SBUS<*>:OSPI:OPCode:ITEM<*>:ADMode
value: enums.SbusOspiMode = driver.sbus.ospi.opCode.item.adMode.get(serialBus = repcap.SerialBus.Default, item = repcap.Item.Default)

Selects how many lines 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_mode: WR1S | WR2S | WR4S | WR8S | WR1D | WR2D | WR4D | WR8D

  • WR1S | WR2S | WR4S | WR8S: Number of lanes in single data rate mode

  • WR1D | WR2D | WR4D | WR8D: Number of lanes in dual data rate mode

set(address_mode: SbusOspiMode, serialBus=SerialBus.Default, item=Item.Default) None[source]
# SBUS<*>:OSPI:OPCode:ITEM<*>:ADMode
driver.sbus.ospi.opCode.item.adMode.set(address_mode = enums.SbusOspiMode.WR1D, serialBus = repcap.SerialBus.Default, item = repcap.Item.Default)

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

Parameters:
  • address_mode

    WR1S | WR2S | WR4S | WR8S | WR1D | WR2D | WR4D | WR8D

    • WR1S | WR2S | WR4S | WR8S: Number of lanes in single data rate mode

    • WR1D | WR2D | WR4D | WR8D: Number of lanes in dual data rate mode

  • 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’)