Scilab-Branch-6.1-GIT
- Aide de Scilab
- Xcos
- Fonctions utilitaires Scilab
- block_parameter_error
- buildouttb
- getModelicaPath
- importXcosDiagram
- loadScicos
- loadXcosLibs
- %MODELICA_USER_LIBS
- scicos_debug
- scicos_getvalue
- scicos_log
- scicosDiagramToScilab
- standard_define
- standard_inputs
- standard_origin
- standard_outputs
- var2vec
- vec2var
- xcosAddToolsMenu
- xcosDiagramToScilab
- xcosPal
- xcosPalAdd
- xcosPalAddBlock
- xcosPalDelete
- xcosPalExport
- xcosPalGenerateAllIcons
- xcosPalMove
- xcosUpdateBlock
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
xcosUpdateBlock
Met à jour un bloc.
Séquence d'appel
xcosUpdateBlock(blk)
Description
Met à jour un bloc dans un diagram ouvert
blk : Le bloc a mettre à jour. La variable à le type scicos_block.
Cette fonction a été introduite en Scilab 5.4.0.
function myExternalFunction(blk, scs_m) execstr('[ok, blk] = ' + blk.gui + '(''set'', blk)'); xcosUpdateBlock(blk); endfunction xcosAddToolsMenu("update block", "myExternalFunction(blk, scs_m)");
Voir aussi
- xcos — Editeur de schéma-bloc et IHM pour le simulateur hybride
- xcosAddToolsMenu — Ajoute un menu au menu "Outils" d'Xcos.
- scicos_block — Define a block structure
- scicos_diagram — Define a scs_m structure
Report an issue | ||
<< xcosPalMove | Fonctions utilitaires Scilab | Solveurs >> |