Main Content
getSavedSignals
Display list of signal names to command line
Syntax
signal_list
= cgvObj
.getSavedSignals(simulation_data
)
Description
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.
Tips
After executing your model, use the
getOutputData
function to get the output data used as the input argument to thecgvObj.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
, andplot
.