You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: