pingspice.circuit.elements.DashBlocker(object)
class documentation
Part of pingspice.circuit.elements
(View In Hierarchy)
I write comment lines to your netlist in progress that nicely set off a series of lines as a group. I only have a visual effect, not functional.
Method | __init__ | Undocumented |
Method | start | Writes a comment that serves as a header for the next dash block. Then increments my block level. |
Method | end | Writes a comment that serves as a footer for the current dash block. Then decrements my block level. |
Method | _dashes | Returns a string of just enough dashes to make the comment line equal to the desired line length for my current block level, given N other characters present in the line. |
def
_dashes(self, N):
Returns a string of just enough dashes to make the comment line equal to the desired line length for my current block level, given N other characters present in the line.