Run a nested libdyn simulation and prevent resets of this simulation
[sim, outlist, userdata] = ld_NoResetNest(sim, ev, inlist, insizes, outsizes, intypes, outtypes, nested_fn, ResetLevel, SimnestName, userdata)
INPUT Signals:
inlist - list( ) of input signals to the block, that will be forwarded to the nested simulation(s) (Note: Currently broken)
PARAMETERS:
insizes - input ports configuration
outsizes - output ports configuration
intypes - ignored for now, put ORTD.DATATYPE_FLOAT for each port
outtypes - ignored for now, put ORTD.DATATYPE_FLOAT for each port
nested_fn - scilab function defining the sub-schematics
The prototype must be: function [sim, outlist, userdata] = nested_fn(sim, inlist, userdata)
ResetLevel - set to -1
SimnestName (string) - the name of the nested simulation
userdata - A Scilab variable that will be forwarded to the function nested_fn
OUTPUTS:
outlist - list( ) of output signals