tr0Reader
Converts transient analysis simulation results from Synopsys to CSV file or MATLAB table
Since R2023a
Description
tr0Reader(
converts the
transient analysis simulation results from the FINESIM and HSPICE Synopsys® simulator to a CSV file or a MATLAB® table. If you define the inputFileName
)OutputType
as
mat
, the function creates a MATLAB table and saves it to a .mat file.
Synopsys saves the transient analysis simulation results in a tr0 file. The function
supports regular single-part files as well as multi-part files such as
tran.tr0.001
and tran.tr0.002
.
If you do not define the location of the tr0 file, the function looks for them in the present working directory. If you do not define the location of the output file to be saved, the function saves them in the present working directory.
tr0Reader(
converts
the transient analysis simulation results using one or more name-value pair arguments in
addition to the input argument in the previous syntax. Unspecified arguments take default
values.inputFileName
, Name=Value)