Simulink Control Design™ - MathWorks
getBlockParam Get parameterization of tuned block in slTuner interface getBlockParam lets you retrieve the current parameterizat ...
open_system('scdcascade'); st = slTuner('scdcascade',{'C1','C2'}); Examine the block parameterization of one of the tuned blocks ...
open_system('scdhelicopter') st = slTuner('scdhelicopter',{'PI1','PI2','PI3','SOF'}); Retrieve the parameterizations for the PI ...
Retrieve the parameterizations for both tuned blocks in st. blockParams = getBlockParam(st) blockParams = struct with fields: C1 ...
blk — Block character vector | string Block in the list of tuned blocks for st, specified as a character vector or string. You c ...
SubSystem or S-Function blocks by specifying an equivalent tunable linear model (Control System Toolbox). Use tuning commands su ...
See Also genss | getBlockValue | getTunedValue | setBlockParam | slTuner | tunablePID Topics “How Tuned Simulink Blocks Are Para ...
getBlockRateConversion Get rate conversion settings for tuned block in slTuner interface When you use systune with Simulink, tun ...
Get Rate Conversion Settings of Tuned PID Block Create an slTuner interface for the Simulink model scdcascade. Examine the block ...
conversion methods are set to Trapezoidal by default. To override this setting, use setBlockRateConversion. Input Arguments st — ...
IF,DF — Integrator and filter methods 'ForwardEuler' | 'BackwardEuler' | 'Trapezoidal' Integrator and filter methods for rate co ...
See Also setBlockRateConversion | slTuner | writeBlockValue Topics “Tuning of a Digital Motion Control System” (Control System T ...
getBlockValue Get current value of tuned block parameterization in slTuner interface getBlockValue lets you access the current v ...
open_system('scdcascade') st = slTuner('scdcascade',{'C1','C2'}); Examine the current parameterization value of one of the tuned ...
Retrieve the values of parameterizations for the PI controller blocks in the model. [valPI1,valPI2,valPI3] = getBlockParam(st,'P ...
Retrieve the parameterization values for both tuned blocks in st. blockValues = getBlockValue(st) blockValues = struct with fiel ...
blk — Block character vector | string Block in the list of tuned blocks for st, specified as a character vector or string. You c ...
Definitions Tuned Blocks Tuned blocks, used by the slTuner interface, identify blocks in a Simulink model whose parameters are t ...
getBlockValue provides access to the overall value of the block parameterization. To access the values of the tuned variables w ...
getTunedValue Get current value of tuned variable in slTuner interface getTunedValue lets you access the current value of a tune ...
«
114
115
116
117
118
119
120
121
122
123
»
Free download pdf