Complementary sensitivity function at specified point
using slLinearizer
or slTuner
interface
returns the complementary sensitivity
function at the specified analysis point for the model associated
with the linsys
= getCompSensitivity(s
,pt
)slLinearizer
or slTuner
interface, s
.
The software enforces all the permanent openings
specified for s
when it calculates
linsys
. If you configured either
s.Parameters
, or s.OperatingPoints
, or
both, getCompSensitivity
performs multiple linearizations
and returns an array of complementary sensitivity functions.
considers additional, temporary, openings at the point specified by
linsys
= getCompSensitivity(s
,pt
,temp_opening
)temp_opening
. Use an opening, for example, to calculate
the complementary sensitivity function of an inner loop with the outer loop
open.
returns a subset of the batch linearization results.
linsys
= getCompSensitivity(___,mdl_index
)mdl_index
specifies the index of the linearizations of
interest, in addition to any of the input arguments in previous syntaxes.
Use this syntax for efficient linearization, when you want to obtain the complementary sensitivity function for only a subset of the batch linearization results.
addOpening
| addPoint
| getIOTransfer
| getLoopTransfer
| getSensitivity
| slLinearizer
| slTuner