pingspice.analysis.names.ParameterNamer(object)
class documentation
Part of pingspice.analysis.names
(View In Hierarchy)
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. |