<< ld_SetBitsInt32 basic_ldblocks ld_Timer >>

ORTD Scilab Interface Toolbox >> basic_ldblocks > ld_SyncFilewrite

ld_SyncFilewrite

Calling Sequence

[sim] = ld_SyncFilewrite(sim, events, in, len, datatype, fname, trigger, par)

Description

Synchronously write ascii data to a file

Data is stored directly during the flag for updating states and may hence disturbe realtime operation

of a surrounding realtime loop. Only datatype float is currently supported.

len - Size of the vector to be send

in *(len) - Input signal.

datatype - Datatype of signal &quot;in"

fname - A string that is prepended to each binary message

par - optional parameters (none at the moment. Put par=struct() )


Report an issue
<< ld_SetBitsInt32 basic_ldblocks ld_Timer >>