Main Content
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 access the state for a built-in block, use the loggedStates
property of the Simulink.op.ModelOperatingPoint
object.