Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.2 - English

Change language to:
Français - 日本語 - Português

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

Scilab help >> Xcos > Scilab Utilities Functions > scicos_debug

scicos_debug

Set the level of the Scicos debugging

Calling Sequence

scicos_debug(level)
level = scicos_debug()

Module

Description

This Scilab function is used to set the debug level of a Scicos simulation.

One can used it in the "Calc" mode of the Scicos editor or as an instruction in a Scilab block or in an interfacing function.

scicos_debug(level)
level=scicos_debug()

Arguments

  • level : set/get the current level of the Scicos simulation debugging.

    • 0 : no debugging.

    • 1 : light debugging information printout.

    • 2 : more information printout and execution of Debug Block if any in diagram.

    • 3 : silent debugging mode (no information printout) and execution of Debug Block if any in diagram.

Authors

  • Alan Layec INRIA

  • Ramine Nikoukhah INRIA

<< loadXcosLibs Scilab Utilities Functions var2vec >>

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:
Thu May 12 11:44:28 CEST 2011