Main Content

本页翻译不是最新的。点击此处可查看最新英文版本。

模型设置

配置 Simulink® 模型以进行命令行调节

要在命令行中调节 Simulink 模型,请使用 slTuner 接口来配置要调节的模型,指定要调节的模块,并指定分析点。slTuner 接口存储 Simulink 模型的线性逼近以及调节系统所需的其他信息。有关示例,请参阅Create and Configure slTuner Interface to Simulink Model

函数

全部展开

slTunerInterface for control system tuning of Simulink models
slTunerOptionsSet slTuner interface options
addBlockAdd block to list of tuned blocks for slTuner interface
addOpeningAdd signal to list of openings for slLinearizer or slTuner interface
addPointAdd signal to list of analysis points for slLinearizer or slTuner interface
refreshResynchronize slLinearizer or slTuner interface with current model state
removeAllOpeningsRemove all openings from list of permanent openings in slLinearizer or slTuner interface
removeAllPointsRemove all points from list of analysis points in slLinearizer or slTuner interface
removeBlockRemove block from list of tuned blocks in slTuner interface
removeOpeningRemove opening from list of permanent loop openings in slLinearizer or slTuner interface
removePointRemove point from list of analysis points in slLinearizer or slTuner interface
setBlockParamSet parameterization of tuned block in slTuner interface
setBlockRateConversionSet rate conversion settings for tuned block in slTuner interface
setBlockValueSet value of tuned block parameterization in slTuner interface
writeBlockValueUpdate block values in Simulink model
writeLookupTableDataUpdate portion of tuned lookup table
getBlockParamGet parameterization of tuned block in slTuner interface
getBlockRateConversionGet rate conversion settings for tuned block in slTuner interface
getBlockValueGet current value of tuned block parameterization in slTuner interface
getOpeningsGet list of openings for slLinearizer or slTuner interface
getPointsGet list of analysis points for slLinearizer or slTuner interface
showTunableShow value of parameterizations of tunable blocks of slTuner interface

主题