[Scilab-users] XCos cscope parameter change beafore sim

Grzegorz Skiba skiba.g at gmail.com
Tue Sep 23 08:14:57 CEST 2014


Hi all,

I want to change background color and other settings of XCos CSCOPE block
beafore simulation starts. I was trying with pre_xcos_simulate hook but
without success. This is an example code which I want to setup cscope with.

// post_xcos_simulate
list_fig=winsid();  for i=1:length(list_fig)  h=get_figure_handle(list_fig(i
));  axes = h.children;  axes.grid = [1,1];  axes.grid_style = [9,10];
poliline = axes.children;  poliline.polyline_style = 2;  end
Thanks for help.
Regards Grzegorz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20140923/1f691348/attachment.htm>


More information about the users mailing list