Scilab-Branch-6.1-GIT
- Scilab Help
- Xcos
- Scilab Utilities Functions
- %MODELICA_USER_LIBS
- block_parameter_error
- buildouttb
- getModelicaPath
- importXcosDiagram
- loadScicos
- loadXcosLibs
- scicosDiagramToScilab
- scicos_debug
- scicos_getvalue
- scicos_log
- 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
standard_define
Define a block from its interface as in Xcos editor.
Syntax
[block] = standard_define(sz, model, exprs)
Arguments
- block
xcos block.
- sz
[height, width]
size of the block.- model
The part of the block that define its simulation interface.
- exprs
The graphics.exprs default parameters expressions.
Description
This Scilab function is an helper used to allocate an Xcos block from an interfacing functions using a computed graphics from a model interface. It ensures that the ports match, that the size is similar to standard blocks and set the gui field.
See also
- scicos_block — Define a block structure
- standard_inputs — Get the position of the output ports of a block in Xcos editor.
- standard_outputs — Get the position of the output ports of a block in Xcos editor.
- standard_origin — Get the position of a block in the Xcos editor.
Report an issue | ||
<< scicos_log | Scilab Utilities Functions | standard_inputs >> |