Sensitivity function at specified point using slLinearizer
or slTuner
interface
returns the sensitivity function
at the specified analysis point for the model associated with the
linsys
= getSensitivity(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, getSensitivity
performs multiple linearizations and
returns an array of sensitivity functions.
considers additional, temporary, openings at the point specified by
linsys
= getSensitivity(s
,pt
,temp_opening
)temp_opening
. Use an opening, for example, to calculate
the sensitivity function of an inner loop, with the outer loop open.
returns a subset of the batch linearization results.
linsys
= getSensitivity(___,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 sensitivity function for only a subset of the batch linearization results.
addOpening
| addPoint
| getCompSensitivity
| getIOTransfer
| getLoopTransfer
| slLinearizer
| slTuner