Posted to tcl by georgtree at Sat May 17 10:26:34 GMT 2025view raw

  1. set arguments [argparse -inline -mixed -helplevel 1 -help {Creates object of class `Resistor` that describes\
  2. resistor} {
  3. {-r= -required -help {Resistance value}}
  4. {-m= -help {Multiplier value}}
  5. {-temp= -help {Device temperature}}
  6. {-tc1= -help {Linear thermal coefficient}}
  7. {-tc2= -help {Quadratic thermal coefficient}}
  8. {name -help {Name of the device without first-letter designator R}}
  9. {npNode -help {Name of node connected to positive pin}}
  10. {nmNode -help {Name of node connected to negative pin}}
  11. }]