get
Get operating point information for Stateflow chart, MATLAB System block, or S-function
Description
returns the operating point information op = get(modelOP,blockPath)op for the model element at the
specified path blockPath. Use the get function to
access operating point information for:
Stateflow® charts
MATLAB System blocks
S-functions with custom operating point implementation
To get the state for a built-in block, use the loggedStates
property of the Simulink.op.ModelOperatingPoint object.
To get the operating point of a model reference, configure the Model
block to save its final operating point. For more information, see Simulink.op.ModelBlockOperatingPoint.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2019aSee Also
Objects
Simulink.op.ModelOperatingPoint|Stateflow.op.BlockOperatingPoint(Stateflow) |Simulink.op.ModelBlockOperatingPoint