next up previous contents
Next: 5.2 Computational function Up: 5.1 Interfacing function Previous: 5.1.1.1 Parameters

   
5.1.2 Block data-structure definition

Each Scicos block is defined by a Scilab data structure as follows:

 list('Block',graphics,model,unused,GUI_function)
where GUI_function is a string containing the name of the corresponding Interfacing function and graphics is the structure containing the graphical data:
graphics=..
  list([xo,yo],[l,h],orient,dlg,pin,pout,pcin,pcout,gr_i)
The data structure containing simulation information is model:  
model=list(eqns,#input,#output,#clk_input,#clk_output,..
      state,dstate,rpar,ipar,typ,firing,deps,label,unused)


next up previous contents
Next: 5.2 Computational function Up: 5.1 Interfacing function Previous: 5.1.1.1 Parameters
Scilab Group