getSavedSignals
Display list of signal names to command line
Syntax
signal_list = cgvObj.getSavedSignals(simulation_data)
Description
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 - getOutputDatafunction to get the output data used as the input argument to the- cgvObj.getSavedSignalsfunction.
- 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.