<< ld_extract_element basic_ldblocks ld_file_save_machine2 >>

ORTD Scilab Interface Toolbox >> basic_ldblocks > ld_file_save_machine

ld_file_save_machine

Start and stop saving of data to files

Calling Sequence

[sim] = ld_file_save_machine(sim, ev, in, cntrl, intype, insize, fname)

Description

in *+(size) - Data to write

cntrl * - if cntrl steps to 2 then saving is started; if it steps to 1 saving is stopped

intype - ORTD input type of data

size - amount of elements in the vector in

fname - string: Filename for saving

Note: The implementation of this function is a superblock using state machines

and the ld_savefile block. If you&apos;re interested take the source as an example.


Report an issue
<< ld_extract_element basic_ldblocks ld_file_save_machine2 >>