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 __init__(self):
Undocumented
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.

def start(self, f, proto, *args):

Writes a comment that serves as a header for the next dash block. Then increments my block level.

def end(self, f):

Writes a comment that serves as a footer for the current dash block. Then decrements my block level.

API Documentation for pingspice, generated by pydoctor at 2021-09-18 08:41:11.