Tim Edwards | 42f79a3 | 2020-09-21 14:18:09 -0400 | [diff] [blame] | 1 | * Resistor model "short" defined with a fixed resistance of 0.01 ohms. |
2 | .model short r r=0.01 | ||||
Tim Edwards | e60b486 | 2020-11-23 16:56:52 -0500 | [diff] [blame] | 3 | * If "short" is called as a subcircuit, then this needs to be supported, too. |
4 | .subckt short 1 2 SUB l=0 w=0 | ||||
5 | R0 1 2 short | ||||
6 | .ends |