blob: 30df356fdf828bedda9a5336bdd9506ee8ab0d3a [file] [log] [blame]
Tim Edwards42f79a32020-09-21 14:18:09 -04001* Resistor model "short" defined with a fixed resistance of 0.01 ohms.
2.model short r r=0.01
Tim Edwardse60b4862020-11-23 16:56:52 -05003* If "short" is called as a subcircuit, then this needs to be supported, too.
4.subckt short 1 2 SUB l=0 w=0
5R0 1 2 short
6.ends