Simulink Control Design™ - MathWorks

(Tuis.) #1

Property Description


Inputs Input level specifications at the operating point, returned as a vector of input
specification objects. Each entry in Inputs represents the input levels of one
root-level inport block in the model.


Each input specification object has the following fields:

Field Description
Block Inport block name
PortWidth Number of inport block signals
PortDimen
sions

Dimension of signals accepted by the inport

u Inport block input levels at the operating point, returned as a
vector of length PortWidth.

If the corresponding flag in Known field of Inputs is 1 , u
contains the known input values. Otherwise, u contains initial
guesses for the input values.
Known Flags indicating whether input levels are known during
trimming, specified as a logical vector of length PortWidth.


  • 1 — Known input level that is fixed during operating point
    search

  • 0 (default) — Unknown input level found by optimization


To fix an input level during an operating point search, set the
corresponding Known flag to 1 , and specify the input value
using the u property of Inputs.
Min Minimum bounds on input levels, specified as a vector of
length PortWidth. By default, the minimum bound for each
input is -Inf.
Max Maximum bounds on input levels, specified as a vector of
length PortWidth. By default, the maximum bound for each
input is Inf.
Descripti
on

Inport block input description, specified as a character vector.

operspec
Free download pdf