pingspice.ngspice.runner.Checker(object) class documentation
Part of pingspice.ngspice.runner
(View In Hierarchy)
Keep an instance of me handy to check your arguments to Ngspice commands before you send them.
| Method | positive | Are all values positive? |
| Method | notLess | Is higherValue greater than or equal to lowerValue? |
| Method | greater | Is higherValue greater than lowerValue? |
| Method | numeric | Are all args numeric? |
| Method | inSet | Is stringValue among the possibilities? |