[Scilab-users] Help to set parameters in an Xcos Diagram

cedricbdo cedric.benslimane at aeroconseil.com
Fri Mar 22 10:49:09 CET 2013


I have another problem.

Thanks to your advice, I am using the following code : 

dt = d0.1;
typeof(scs_m)
scs_m.props.tf = dt;
scs_m.props.tol = [0.000001;0.000001;1.000D10;dt;0;1;0];                                                                                  
scs_m.props.Context;
Context.Time_step=dt;
scicos_simulate(scs_m,list(),Context,'nw');

However, I got the following error : 

Error 1000 : 
Context is not a valid field name.

I have no idea where it comes from.
Could you help me please.



--
View this message in context: http://mailinglists.scilab.org/Help-to-set-parameters-in-an-Xcos-Diagram-tp4026319p4026329.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list