- Name — Parameter name
- Value — Parameter value
- Structure array — Values for multiple parameters.
For more information on parameter variation, see “Specify Parameter Samples for Batch
Linearization” on page 3-62.
Parameters is a read-only property.
LinearizationOptions — Linearization algorithm options
linearizeOptions option set
Linearization algorithm options, specified as a linearizeOptions object.
LinearizationOptions corresponds to the options input argument of linearize,
slLinearizer, or slTuner.
LinearizationOptions is a read-only property.
BlockDiagnostics — Diagnostic information
BlockDiagnostic object | vector of BlockDiagnostic objects
Diagnostic information for each block that matches the search criteria used to create the
LinearizationAdvisor object, specified as a BlockDiagnostic object or a vector of
BlockDiagnostic objects.
You can access these block diagnostics using the getBlockInfo command. To obtain a
list of the blocks, use the getBlockPaths command.
BlockDiagnostics is a read-only property.
QueryType — Query type
character vector
Query type used to obtain the linearization diagnostics, specified as one of the following:
- 'All Blocks' when you initially create a LinearizationAdvisor object using a
linearization function such as linearize or getIOTransfer. - 'Linearization Advice' when you create a LinearizationAdvisor object
using the advise command.
17 Objects — Alphabetical List