<< ld_CaseSwitchNest nested ld_ReplaceableNest >>

ORTD Scilab Interface Toolbox >> nested > ld_NoResetNest

ld_NoResetNest

Run a nested libdyn simulation and prevent resets of this simulation

Calling Sequence

[sim, outlist, userdata] = ld_NoResetNest(sim, ev, inlist, insizes, outsizes, intypes, outtypes, nested_fn, ResetLevel, SimnestName, userdata)

Description

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


Report an issue
<< ld_CaseSwitchNest nested ld_ReplaceableNest >>