SetOperatingPoint
Restore operating point of MATLAB S-function
Since R2019a
Required
No
Language
MATLAB
Syntax
SetOperatingPoint(s, in)
Arguments
s
Instance of
Simulink.MSFcnRunTimeBlock
class representing the Level-2 MATLAB S-Function block.in
The MATLAB® data of type returned by
GetOperatingPoint
.
Description
The Simulink® engine invokes this custom method at the beginning of a simulation of the
model containing S
. Simulink sets the initial simulation state of the
S-function to the operating point of the model.
See Also
Custom Code and Hand Coded Blocks Using the S-function API| InitializeConditions
|GetOperatingPoint
|mdlGetOperatingPoint
Version History
Introduced in R2019a