main module#
- class Resistors(*args, **kwargs)[source]#
Bases:
Circuit- r1 = Resistor(resistance=100)#
- r2 = Resistor(resistance=<Quantity(2, 'kiloohm')>)#
- nets = [add(Resistor(resistance=100).p1, Resistor(resistance=<Quantity(2, 'kiloohm')>).p1), add(Resistor(resistance=100).p2, Resistor(resistance=<Quantity(2, 'kiloohm')>).p2)]#
- class ParametricPassives(*args, **kwargs)[source]#
Bases:
SampleDesign