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

  1. (georgtree) 52 % R new -help
  2. Creates object of class `Resistor` that describes resistor. Can accepts
  3. unambiguous prefixes instead of switches names. Allows switches to appear after
  4. parameters.
  5. Switches:
  6. -r - Required, expects argument. Resistance value.
  7. -m - Expects argument. Multiplier value.
  8. -temp - Expects argument. Device temperature.
  9. -tc1 - Expects argument. Linear thermal coefficient.
  10. -tc2 - Expects argument. Quadratic thermal coefficient.
  11. Parameters:
  12. name - Name of the device without first-letter designator R.
  13. npNode - Name of node connected to positive pin.
  14. nmNode - Name of node connected to negative pin.
  15. object deleted in constructor