Simulink Control Design™ - MathWorks

(Tuis.) #1

getIOTransfer


Transfer function for specified I/O set using slLinearizer or slTuner interface

Syntax


linsys = getIOTransfer(s,in,out)
linsys = getIOTransfer(s,in,out,temp_opening)

linsys = getIOTransfer(s,ios)

linsys = getIOTransfer( ___ ,mdl_index)

[linsys,info] = getIOTransfer( ___ )

Description


linsys = getIOTransfer(s,in,out) returns the transfer function for the specified
inputs and outputs on page 15-318 for the model associated with the slLinearizer or
slTuner interface, s.

The software enforces all the permanent openings on page 15-325 specified for s when it
calculates linsys. For information on how getIOTransfer treats in and out, see
“Transfer Functions” on page 15-318. If you configured either s.Parameters, or
s.OperatingPoints, or both, getIOTransfer performs multiple linearizations and
returns an array of transfer functions.

linsys = getIOTransfer(s,in,out,temp_opening) considers additional,
temporary, openings at the point specified by temp_opening. Use an opening, for
example, to obtain the transfer function of the controller in series with the plant, with the
feedback loop open.

linsys = getIOTransfer(s,ios) returns the transfer function for the inputs and
outputs specified by ios for the model associated with s. Use the linio command to
create ios. The software enforces the linearization I/O type of each signal specified in
ios when it calculates linsys. The software also enforces all the permanent loop
openings specified for s.

15 Alphabetical List

Free download pdf