Closed-loop transfer function from generalized model of control system
You can use getIOTransfer
to
extract various subsystem responses, given a generalized model of
the overall control system. This is useful for validating responses
of a control system that you tune with tuning commands such as systune
.
For example, in addition to evaluating the overall response
of a tuned control system from inputs to outputs, you can use getIOTransfer
to
extract the transfer function from a disturbance input to a system
output. Evaluate the responses of that transfer function (such as
with step
or bode
) to confirm
that the tuned system meets your disturbance rejection requirements.
getIOTransfer
is the genss
equivalent
to the Simulink®
Control Design™ getIOTransfer
(Simulink Control Design) command,
which works with the slTuner
and slLinearizer
interfaces.
Use the Simulink
Control Design command when your control system
is modeled in Simulink.
AnalysisPoint
| genss
| getLoopTransfer
| getPoints
| systune
| getIOTransfer
(Simulink Control Design)