Class: cgv.CGV
Package: cgv
Display list of signal names to command line
signal_list
= cgvObj
.getSavedSignals(simulation_data
)
returns
a cell array, signal_list
= cgvObj
.getSavedSignals(simulation_data
)signal_list
, of the output
signal names of the data elements from the input data set, simulation_data
. simulation_data
is
the output data stored in the CGV object, cgvObj
,
when you execute the model.
After executing your model, use the getOutputData
function
to get the output data used as the input argument to the cgvObj.getSavedSignals
function.
Use names from the output signal list at the command
line or as input arguments to other CGV functions, for example, createToleranceFile
, compare
,
and plot
.