- Block: scdpwm/Plant Model
- Port: 1
Input Arguments
mdl — Simulink model name
character vector | string
Simulink model name, specified as a character vector or string. The model must be in the
current working folder or on the MATLAB path.
If the model is not open or loaded into memory, setlinio loads the model into memory.
io — Analysis point set
linearization I/O object | vector of linearization I/O objects
Analysis point set, specified as a linearization I/O object or a vector of linearization I/O
objects.
Each linearization I/O object has the following properties:
Property Description
Active Flag indicating whether to use the analysis point for linearization, specified
as one of the following:
- 'on' — Use the analysis point for linearization. This value is the default
option. - 'off' — Do not use the analysis point for linearization. Use this option
if you have an existing set of analysis points and you want to linearize a
model with a subset of these points.
Block Full block path of the block with which the analysis point is associated,
specified as a character vector.
PortNumber Output port with which the analysis point is associated, specified as an
integer.
setlinio