I am a base class for various wrappers that surround your arguments with useful text in a netlist line.

Instantiate your wrapper with a first argument specifying text that goes to the left of the rest of the arguments. Then provide the wrapper object as an argument just like you would any other argument.

Method __init__ Undocumented
Method __iter__ You can iterate me over my arguments.
Method __call__ Undocumented
Method __str__ Undocumented
Method argsToString Undocumented
Method kwToString Undocumented
def __init__(self, name, *args, **kw):
Undocumented
def __iter__(self):

You can iterate me over my arguments.

def __str__(self):
Undocumented
def argsToString(self):
Undocumented
def kwToString(self):
Undocumented
API Documentation for pingspice, generated by pydoctor at 2021-09-18 08:41:11.