Return MATLAB S-function's simulation operating point as a MATLAB data structure
No
MATLAB
GetOperatingPoint(s)
s
Instance of the Simulink.MSFcnRunTimeBlock
class
representing the Level-2 MATLAB S-Function block.
The Simulink® engine invokes this custom method to get the simulation snapshot (operating
point) of the model containing S
. A call to this method should occur
after Start
and before Terminate
to ensure that all of
the S-function data structures (states, DWork vectors, and outputs) are available.
Custom Code and Hand Coded Blocks using the S-function API| SetOperatingPoint
| Simulink.MSFcnRunTimeBlock
| mdlGetOpeartingPoint
| ssSetOperatingPointCompliance