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