cpr
The Scilab object cpr contains the result of the compilation. It is an executable representation of the schema and is used either to simulation or to generate code.
Type : scilab tlist of type "cpr"
with fields :
state,
sim,
cor and
corinv.
state
Scilab typed list of type "xcs"
. It contains all the states of the model, that is, everything than can evolve during the simulation.
Type : state.
sim
Scilab typed list of type "scs"
. It contains static values coming from the result of the compilation. That values does not evolve during the simulation.
Type : sim
cor
It is a list with same recursive structure as scs_m. Each leaf contains the index of associated block in sim data structure. It can be used to retrieve compiled information of a specific block.
Size : number of graphical objects in scs_m.
Type : scilab list.
Report an issue | ||
<< scicos_block | Scilab/Xcos Data Structures | scicos_diagram >> |