BlockOperatingPoint
Operating point at which block is linearized
Description
When you linearize a Simulink model, you can create a LinearizationAdvisor object
that contains BlockDiagnostic objects. Each BlockDiagnostic object contains
diagnostic information regarding the linearization of the corresponding Simulink block.
Each BlockDiagnostic object contains a BlockOperatingPoint with the input and
state values for the operating point at which the block was linearized.
Creation
To obtain the operating point at which a block was linearized, use the OperatingPoint
property of a BlockDiagnostic object. For example, see “Obtain Block Operating Point”
on page 17-10.
Properties
States — Block state values
structure | structure array
State values at operating point, specified as a structure if the block has a single state, or a
structure array if the block has multiple states. Each state structure has the following
fields:
- Name — State name
- x — State value
Inputs — Block input values
structure | structure array
Input values at operating point, specified as a structure if the block has a single input, or
a structure array if the block has multiple inputs. Each input structure has the following
fields:
BlockOperatingPoint