Class: Simulink.op.ModelOperatingPoint
Package: Simulink.op
Access operating point of an individual Stateflow chart, MATLAB function, or S-function block
blockOperatingPoint = get(modelOperatingPoint, 'blockpath')
returns the operating point of the block specified by blockOperatingPoint
= get(modelOperatingPoint
, 'blockpath
')blockpath
. The
blockpath
must refer to a Stateflow chart, MATLAB functions, or
S-function block. To access states of other types of blocks, see the
loggedStates
property of the ModelOperatingPoint
class.