.. _pyrogue_tree_node_command: ======= Command ======= The Command class ... In this example ... Python Command Example ====================== Below is an example of creating a Command which ... .. code-block:: python import pyrogue # Create a subclass of a command class MyCommand(...): C++ Command Example =================== Below is an example of creating a Command device in C++. .. code-block:: c #include #include // Create a subclass of a command class MyCommand : public rogue:: ... { public: protected: }; A few notes on the above examples ... .. toctree:: :maxdepth: 1 :caption: Types Of Commands In The PyRogue Tree: local_command/index remote_command/index