Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.0 - Português

Change language to:
English - Français - 日本語 - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Ajuda do Scilab >> Xcos > batch_functions > xcosValidateBlockSet

xcosValidateBlockSet

Function to validate Xcos Block interface function.

Syntax

[status, message] = xcosValidateBlockSet(interfFunctionName)

Arguments

interfFunctionName: A Xcos block interface function name.

Description

This function is used to test if a Block interface function will not fail while called by xcos simulation process.

Function will try to perform a define then a set job on the given interface function name like the xcos simulation do. Function override some configuration functions: getvalue, x_mdialog, ...

File content

  • SCI/modules/xcos/macros/xcosValidateBlockSet.sci

Examples

loadXcosLibs();
[status, message] = xcosValidateBlockSet("SPLIT_f")
[status, message] = xcosValidateBlockSet("CONST_m")
[status, message] = xcosValidateBlockSet("foo")

See also

History

VersionDescription
5.4.0 Function xcosValidateBlockSet introduced.
Report an issue
<< xcos_simulate batch_functions xcosValidateCompareBlock >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Feb 25 08:52:32 CET 2020