ordec.lib.base — Base cell library
- class ordec.lib.base.Res(*args, **kwargs)
Ideal resistor
- ngspice_current_pins()
- symbol
- instances_lock = <unlocked _thread.RLock object owner=0 count=0>
- class ordec.lib.base.Cap(*args, **kwargs)
Ideal capacitor
- ngspice_current_pins()
- symbol
- instances_lock = <unlocked _thread.RLock object owner=0 count=0>
- class ordec.lib.base.Ind(*args, **kwargs)
Ideal inductor
- ngspice_current_pins()
- symbol
- instances_lock = <unlocked _thread.RLock object owner=0 count=0>
- class ordec.lib.base.Gnd(*args, **kwargs)
Global ground connection
- ngspice_current_pins()
- symbol
- instances_lock = <unlocked _thread.RLock object owner=0 count=0>
- class ordec.lib.base.NoConn(*args, **kwargs)
No connection
- symbol
- instances_lock = <unlocked _thread.RLock object owner=0 count=0>
- class ordec.lib.base.Vdc(*args, **kwargs)
DC voltage source
- ngspice_current_pins()
- symbol
- instances_lock = <unlocked _thread.RLock object owner=0 count=0>
- class ordec.lib.base.Idc(*args, **kwargs)
DC current source
- ngspice_current_pins()
- symbol
- instances_lock = <unlocked _thread.RLock object owner=0 count=0>
- class ordec.lib.base.Vpwl(*args, **kwargs)
Piecewise linear voltage source (SPICE PWL).
- ngspice_current_pins()
- symbol
Defines the schematic symbol for the PWL source.
- instances_lock = <unlocked _thread.RLock object owner=0 count=0>
- class ordec.lib.base.Vpulse(*args, **kwargs)
Pulse voltage source (SPICE PULSE).
- ngspice_current_pins()
- symbol
- instances_lock = <unlocked _thread.RLock object owner=0 count=0>
- class ordec.lib.base.Vsin(*args, **kwargs)
Sinusoidal voltage source (SPICE SIN). Netlists with both AC and transient specifications.
- ngspice_current_pins()
- symbol
- instances_lock = <unlocked _thread.RLock object owner=0 count=0>
- class ordec.lib.base.Ipwl(*args, **kwargs)
Piecewise linear current source (SPICE PWL).
- ngspice_current_pins()
- symbol
Defines the schematic symbol for the PWL current source.
- instances_lock = <unlocked _thread.RLock object owner=0 count=0>
- class ordec.lib.base.Ipulse(*args, **kwargs)
Pulse current source (SPICE PULSE).
- ngspice_current_pins()
- symbol
- instances_lock = <unlocked _thread.RLock object owner=0 count=0>