Get list of analysis points in generalized model of control system
returns
the names of all analysis-point locations in a generalized state-space
model of a control system. Use this function to query the list of
available analysis points in the model for control system analysis
or tuning. You can refer to the analysis-point locations by name to
create design goals control system tuning or to compute open-loop
and closed-loop responses using analysis commands such as points
= getPoints(T
)getLoopTransfer
and getIOTransfer
.