sdo.requirements.ClosedLoopPeakGain
Closed loop peak gain bound
Description
Specify lower or equality bounds on the closed loop peak gain of a linear system.
The closed loop can be formed using negative, positive or no feedback. You can then optimize
the model response to meet these bounds using sdo.optimize
.
You must have Simulink® Control Design™ software to specify closed-loop peak gain bounds.
Creation
Syntax
Description
creates a pkgainReq
= sdo.requirements.ClosedLoopPeakGain sdo.requirements.ClosedLoopPeakGain
object and assigns default
values to its properties.
specifies
one or more properties using
name-value arguments. pkgainReq
=
sdo.requirements.ClosedLoopPeakGain(Name,Value
)Name
is a property name and
Value
is the corresponding value. Name
must appear
inside quotes. You can specify several name-value arguments in any order as
Name1,Value1,...,NameN,ValueN
.
Properties
Object Functions
evalRequirement | Evaluate design requirement |
copy | Copy design requirement |
get | Get design requirement property values |
set | Set design requirement property values |
Examples
Alternatives
Use getbounds
to get the bounds specified in Check
Nichols Characteristics (Simulink Control Design) block.
Version History
Introduced in R2010b