opics icon indicating copy to clipboard operation
opics copied to clipboard

Enhancement: Turn net into a class

Open mustafacc opened this issue 5 years ago • 0 comments

  • 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

mustafacc avatar Sep 27 '20 02:09 mustafacc