OpCode
SCPI Commands :
SBUS<*>:QSPI:OPCode:DELete
SBUS<*>:QSPI:OPCode:RESet
- Commands in total: 14Subgroups: 4Direct child commands: 2
- delete(index: int, serialBus=SerialBus.Default) None[source]
# SBUS<*>:QSPI:OPCode:DELete driver.sbus.qspi.opCode.delete(index = 1, serialBus = repcap.SerialBus.Default)
Deletes the opcode with the selected index.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- reset(serialBus=SerialBus.Default) None[source]
# SBUS<*>:QSPI:OPCode:RESet driver.sbus.qspi.opCode.reset(serialBus = repcap.SerialBus.Default)
Resets the opcode fields to the predefined values.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- reset_and_wait(serialBus=SerialBus.Default, opc_timeout_ms: int = -1) None[source]
Cloning the Group
# Create a copy of the original group, that exists independently
opCode_copy = driver.sbus.qspi.opCode.clone()
Subgroups