Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> 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.

Module

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")

History

VersionDescription
5.4.0 Function xcosValidateBlockSet introduced.
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:41 CEST 2016