Usage ===== Import the *Client* or the *Server* to your program using: .. code-block:: python from socad import Client from socad import Server The available functions of each class are available in the project `library reference `_. The code is provided with a basic example that allows to run circuit simulations in Cadence Virtuoso from the **SOCAD client**. A tutorial of the example can be found `here `_.