I associate parameter values with names in a visually pleasing way.

Instance Variable dashes A text consisting of a dashed line as long as the fill width.
Method __init__ Constructor
Method sortedNamerator Generates tuples of sorted names with (1) the index in a values list of parameters where each named parameter appears, and (2) the name itself.
Method prettyValues Returns an easily readable string representation of the supplied values with their parameter names, sorted.
dashes =
A text consisting of a dashed line as long as the fill width.
def __init__(self, names):

Constructor

def sortedNamerator(self, values=None):

Generates tuples of sorted names with (1) the index in a values list of parameters where each named parameter appears, and (2) the name itself.

If such a list of values is supplied, each tuple also includes (3) the value for that name.

def prettyValues(self, values, *args):

Returns an easily readable string representation of the supplied values with their parameter names, sorted.

You can provide as an additional argument a prelude string, or a string proto with additional args, and the string will precede the values.

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