Open-loop transfer function of control system represented by genss
model
returns the point-to-point open-loop transfer function of a control system at
specified analysis points. The control system is represented by a generalized
state-space model L
= getLoopTransfer(T
,Locations
)T
, containing the analysis points specified
by Locations
. The point-to-point open-loop transfer function is
the response obtained by opening the loop at the specified locations, injecting
signals at those locations, and measuring the return signals at the same locations.
You can use getLoopTransfer
to
extract open-loop responses given a generalized model of the overall
control system. This is useful, for example, for validating open-loop
responses of a control system that you tune with the a tuning command
such as systune
.
getLoopTransfer
is the genss
equivalent
to the Simulink®
Control Design™ command getLoopTransfer
(Simulink Control Design),
which works with the slTuner
and slLinearizer
interfaces.
Use the Simulink
Control Design command when your control system
is modeled in Simulink.
AnalysisPoint
| genss
| getIOTransfer
| getPoints
| systune
| getLoopTransfer
(Simulink Control Design)