Retrieve the parameterizations for both tuned blocks in st.
blockParams = getBlockParam(st)
blockParams =
struct with fields:
C1: [1x1 tunablePID]
C2: [1x1 tunablePID]
blockParams is a structure with field names corresponding to the names of the tunable
blocks in st. The field values of blockParams are tunablePID 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