Posted to tcl by georgtree at Sat May 17 10:26:34 GMT 2025view raw
- set arguments [argparse -inline -mixed -helplevel 1 -help {Creates object of class `Resistor` that describes\
- resistor} {
- {-r= -required -help {Resistance value}}
- {-m= -help {Multiplier value}}
- {-temp= -help {Device temperature}}
- {-tc1= -help {Linear thermal coefficient}}
- {-tc2= -help {Quadratic thermal coefficient}}
- {name -help {Name of the device without first-letter designator R}}
- {npNode -help {Name of node connected to positive pin}}
- {nmNode -help {Name of node connected to negative pin}}
- }]