OpCode ---------------------------------------- .. rubric:: SCPI Commands : .. index:: single: SBUS<*>:OSPI:OPCode:DELete single: SBUS<*>:OSPI:OPCode:RESet .. code-block:: python SBUS<*>:OSPI:OPCode:DELete SBUS<*>:OSPI:OPCode:RESet .. autoclass:: rsmxo.Implementations.Sbus.Ospi.OpCode.OpCodeCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently opCode_copy = driver.sbus.ospi.opCode.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Sbus_Ospi_OpCode_Append.rst Sbus_Ospi_OpCode_Dall.rst Sbus_Ospi_OpCode_Item.rst Sbus_Ospi_OpCode_Size.rst