options — slTuner options
slTunerOptions option set
slTuner options, specified as an slTunerOptions option set.
Example: options = slTunerOptions('IgnoreDiscreteStates','on')
Properties
slTuner object properties include:
TunedBlocks
Blocks to be tuned in mdl, specified as a cell array of character vectors.
When you create an slTuner interface, the TunedBlocks property is automatically
populated with the blocks you specify in the tuned_blocks input argument. To specify
additional tunable blocks in an existing slTuner interface, use addBlock.
Ts
Sampling time for analyzing and tuning mdl, specified as nonnegative scalar.
Set this property using dot notation (st.Ts = Ts).
Default: 0 (implies continuous-time)
Parameters
Parameter samples for linearizing mdl, specified as a structure or a structure array.
Set this property using the param input argument or dot notation (st.Parameters =
param). param must be one of the following:
If param specifies tunable parameters only, then the software batch linearizes the model
using a single compilation. If you also configure st.OperatingPoints with operating
point objects only, the software uses single model compilation.
OperatingPoints
Operating points for linearizing mdl, specified as an operating point object, array of
operating point objects, or array of positive scalars.
slTuner