Instruction

SCPI Command :

SBUS<*>:QSPI:INSTruction
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) SbusQspiInstruction[source]
# SBUS<*>:QSPI:INSTruction
value: enums.SbusQspiInstruction = driver.sbus.qspi.instruction.get(serialBus = repcap.SerialBus.Default)

Selects the instruction mode that defines how many lanes are used to transmit data.

Parameters:

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

Returns:

instruction: SINGle | DUAL | QUAD

set(instruction: SbusQspiInstruction, serialBus=SerialBus.Default) None[source]
# SBUS<*>:QSPI:INSTruction
driver.sbus.qspi.instruction.set(instruction = enums.SbusQspiInstruction.DUAL, serialBus = repcap.SerialBus.Default)

Selects the instruction mode that defines how many lanes are used to transmit data.

Parameters:
  • instruction – SINGle | DUAL | QUAD

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