pingspice.scripts.readcsv.Writer(object)
class documentation
Part of pingspice.scripts.readcsv
(View In Hierarchy)
I write rows containing each value of my independent vector X with something else related to each value.
Method | __init__ | Undocumented |
Method | setup | Undocumented |
Method | write | Undocumented |
Method | writeHeader | Undocumented |
Method | writeXY | Writes each of my X values with the corresponding Y value. |
Method | writeXYs | Writes each of my X values with the corresponding row of all Y values accumulated in the list Ys. |
Method | writeTXY | Writes each of my X values as a time and followed by the corresponding X and Y values. |
Method | writePWL | Writes each of my X values as a time followed by the corresponding X value, with a comment header, suitable for use as an XSPICE filesource. |
def
writeXYs(self, Ys, xName, yNames):
Writes each of my X values with the corresponding row of all Y values accumulated in the list Ys.