Main Content

Impostazione per la sincronizzazione dei modelli di Simulink

Configurare i modelli di Simulink® per la sincronizzazione dalla riga di comando

Per sincronizzare un modello di Simulink dalla riga di comando, utilizzare l'interfaccia slTuner per configurare il modello per la sincronizzazione, specificare i blocchi da sincronizzare e i punti di analisi. L'interfaccia slTuner memorizza un'approssimazione lineare del modello di Simulink e altre informazioni necessarie per sincronizzare il sistema. Per un esempio, vedere Create and Configure slTuner Interface to Simulink Model. (Per la sincronizzazione dei modelli di Simulink è necessario disporre del software Simulink Control Design™).

Funzioni

espandi tutto

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

Argomenti