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, msg] = xcosValidateBlockSet("SPLIT_f") [status, msg] = xcosValidateBlockSet("CONST_m") [status, msg] = xcosValidateBlockSet("foo")
See also
- scs_m structure — Define a scs_m structure
- xcos: Block diagram editor and GUI for the hybrid simulator — Block diagram editor and GUI for the hybrid simulator
History
Версия | Описание |
5.4.0 | Function xcosValidateBlockSet introduced. |
Report an issue | ||
<< steadycos | Batch functions | xcosValidateCompareBlock >> |