Specify the upper_saturation_limit bus element as a linearization input. Select this
element using dot notation, since it is within the nested limits bus.
io = linio('scdbusselection/COUNTERBUSCreator',1,'input',[],...
'limits.upper_saturation_limit');
Input Arguments
block — Simulink block
character vector | string
Simulink block from which the analysis point originates, specified as a character vector or
string that contains its full block path. For example, to mark an analysis point at an output
of the Controller block in the magball model, specify block as 'magball/
Controller'.
port — Output port
positive integer
Output port of block from which the analysis point originates, specified as a positive
integer.
port must be a valid port number for the specified block.
type — Analysis point type
'input' (default) | 'output' | 'loopbreak' | ...
Analysis point type, specified as one of the following:
- 'input' — Input perturbation
- 'output' — Output measurement
- 'loopbreak' — Loop break
- 'openinput' — Open-loop input
- 'openoutput' — Open-loop output
- 'looptransfer' — Loop transfer
- 'sensitivity' — Sensitivity
- 'compsensitivity' — Complementary sensitivity
linio