Retrieve the parameterization values for both tuned blocks in st.
blockValues = getBlockValue(st)
blockValues =
struct with fields:
C1: [1x1 pid]
C2: [1x1 pid]
blockValues is a structure with field names corresponding to the names of the tunable
blocks in st. The field values of blockValues are pid models, because C1 and C2 are
both PID Controller blocks.
Input Arguments
st — Interface for tuning control systems modeled in Simulink
slTuner interface
Interface for tuning control systems modeled in Simulink, specified as an slTuner
interface.
15 Alphabetical List