pingspice.lib.current.SwitchMixin
class documentation
Part of pingspice.lib.current
(View In Hierarchy)
Known subclasses: pingspice.lib.current.Switch, pingspice.lib.current.TempShort
Instance Variable | R_off | Resistance in OFF state. Typically very high. |
Instance Variable | R_on | Resistance in ON state. Typically very low, but can't be any lower than 1 mOhm (1E-3 Ohms). |
Instance Variable | log | Set True to use log transition between resistance states
instead of linear. |
Instance Variable | initially_on | Set True if the switch goes from R_off resistance to
R_on. Otherwise, it starts out with R_on resistance. |
Method | asModel | Returns an XSPICE analog switch model with the supplied prefix. |
Method | st_vctl | Undocumented |
Class Method | _nodes | Undocumented |
initially_on =
Set
True
if the switch goes from R_off resistance to
R_on. Otherwise, it starts out with R_on resistance.