getPoints
Get list of analysis points for slLinearizer or slTuner interface
Syntax
pt_names = getPoints(s)
Description
pt_names = getPoints(s) returns the names of the analysis points of s, which can be
either an slLinearizer interface or an slTuner interface. Use the analysis point
names to extract transfer functions using commands such as getIOTransfer and to
specify tuning goals for an slTuner interface.
Examples
Obtain Analysis Point Names of slLinearizer Interface
Open Simulink model.
mdl = 'ex_scd_simple_fdbk';
open_system(mdl)
15 Alphabetical List