opics
opics copied to clipboard
Enhancement: Turn net into a class
- OPICS version: 0.1.5
- Python version: 3.7.7
- Operating System: Win 64
Description
Currently nets are defined as a list. They should be turned into a class and allow for the following methods:
plot_net(self.net): plots the net s-parameters (as in probing the circuit at a specific net) get_components(self.net) returns the components connected to the net