sw0Reader
Converts DC analysis simulation results from Synopsys to CSV file or MATLAB table
Since R2023b
Description
sw0Reader
converts the DC analysis simulation results from the
FINESIM and HSPICE Synopsys® simulator to a CSV file or a MATLAB® table, as defined by OutputType
. If you define the
OutputType
as mat
, the function creates a
MATLAB table and saves it to a .mat file.
Synopsys saves the DC analysis simulation results in a sw0 file. The function only supports binary sw0 files.
If you do not define the location of the sw0 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.
sw0Reader(
converts
the DC 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)