<< ld_nested_exchffile nested ld_simnest >>

ORTD Scilab Interface Toolbox >> nested > ld_read_global_memory

ld_read_global_memory

Read a portion from a persistent globally shared memory

Calling Sequence

[sim, data] = ld_read_global_memory(sim, events, index, ident_str, datatype, ElementsToRead)

Description

data *+(ElementsToRead) - data read from memory

index * - start-index to read the data. Starts at 1

ident_str (string) - name of the memory

datatype - ORTD datatype of the memory (for now only ORTD.DATATYPE_FLOAT)

ElementsToRead (integer) - number of elements to read from the memory


Report an issue
<< ld_nested_exchffile nested ld_simnest >>