Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.1 - 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 Scilab >> Xcos > Scilab Data Structures > Compilation/Simulation > scicos_cpr

scicos_cpr

Compiled Scicos structure

Module

cpr

The Scilab object cpr contains the result of the compilation.

That structure includes fields state, sim, cor and corinv.

Size : 5.

Type : scilab list.

  • state

    Scilab typed list of type xcs. It contains all the states of the model, that is, everything than can evolve during the simulation.

    state contains x, z, oz, iz, tevts, evtspt, pointi and outtb.

    Size : 9.

    Type : scilab tlist.

  • sim

    Scilab typed list of type scs. It contains static arrays coming from the result of the compilation. That arrays does not evolve during the simulation.

    Size : 33.

    Type : scilab tlist.

  • cor

    It is a list with same recursive structure as scs_m. Each leaf contains the index of associated block in sim data structure. Size : number of objects in scs_m.

    Type : scilab list.

  • corinv

    corinv(i) is the path of i th block defined in sim data structure in the scs_m data structure.

    Size : number of blocks in the compiled structre.

    Type : scilab list.

File content

  • SCI/modules/scicos/macros/scicos_scicos/scicos_cpr.sci

<< Compilation/Simulation Compilation/Simulation scicos_sim >>

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 Mar 03 11:00:37 CET 2011