example of config solver parameters PLECS XML-RPC with python.

hallo,

I have seen the manual file. but there is not clear how you set the solver parameters using

opts = {‘ModelVars’ : { ‘varL’ : 50e-6 } }

would you please make another opts for changing solver to discrete with start and stop time so i can imagine how is the structure of the Opts when using SolverOpts

opts = {'ModelVars' :  { 'varL' : 50e-6 },         
        'SolverOpts' : { 'Solver' : 'discrete',
                         'StartTime' : 0,
                         'StopTime' : 0.1
                       }
       }