0 Members and 1 Guest are viewing this topic.
// Build the circuitvar ckt = new Circuit( new VoltageSource("V1", "in", "0", 1.0), new Resistor("R1", "in", "out", 1.0e4), new Resistor("R2", "out", "0", 2.0e4) );
Thanks for weighing in, Stefan, you are probably one of the most knowledgeable 68k/nSpire BASIC programmers here, so you'd really know what was feasible ^_^ And the link looks pretty useful.