RawWrite Trace¶
- class spicelib.raw.raw_write.Trace(name, data, whattype='voltage', numerical_type='')[source]¶
Bases:
DataSetHelper class representing a trace. This class is based on DataSet, therefore, it doesn’t support STEPPED data.
- Parameters:
name (str) – name of the trace being created
whattype (str) – time, frequency, voltage or current
data (list or numpy.array) – data for the data write
numerical_type (str) – real or complex