.. _pyrogue_tree_node_variable_link_variable: ============ LinkVariable ============ The LinkVariable class ... In this example ... Python LinkVariable Example =========================== Below is an example of creating a LinkVariable which ... .. code-block:: python import pyrogue # Create a subclass of a LinkVariable class MyLinkVariable(...): C++ LinkVariable Example ======================== Below is an example of creating a LinkVariable device in C++. .. code-block:: c #include #include // Create a subclass of a LinkVariable class MyLinkVariable : public rogue:: ... { public: protected: }; A few notes on the above examples ...