Add a palette to the Scilab/Xcos palette manager. Optional property can be added to set the category of the palette. (original) (raw)
Scilab 5.3.3
- Scilab help
- Xcos
- Scilab Utilities Functions
- block_parameter_error
- buildouttb
- create_palette
- getModelicaPath
- get_scicos_version
- importXcosDiagram
- loadScicos
- loadXcosLibs
- scicos_debug
- var2vec
- vec2var
- xcosPal
- xcosPalAdd
- xcosPalAddBlock
- xcosPalExport
Please note that the recommended version of Scilab is 2026.0.1. This page might be outdated.
See the recommended documentation of this function
Scilab help >> Xcos > Scilab Utilities Functions > xcosPalAdd
xcosPalAdd
Add a palette to the Scilab/Xcos palette manager. Optional property can be added to set the category of the palette.
Calling Sequence
xcosPalAdd(pal); xcosPalAdd(pal, category); status = xcosPalAdd(pal); status = xcosPalAdd(pal, category); [status, msg] = xcosPalAdd(pal); [status, msg] = xcosPalAdd(pal, category);
Arguments
pal:
palette tlist or path string; the palette to add
category:
string array; the optional category path to use
status:
boolean; the status of the operation
msg:
string; the error message
Description
After setting the blocks into the palette, the user add this function to add a Scilab palette to the Xcos palette manager.
The optional category argument can be used to add the palette to a customized category path. If not specified, the root category is used.
Examples
See also
- xcosPal — Instanciate a new Xcos palette on Scilab.
- xcosPalAddBlock — Add a block to a Scilab/Xcos palette instance. Some optional properties can be added to customize the palette icon and the style of the block.