10.06.2016 Views

eldo_user

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Eldo Control Language<br />

Library of Functions for Tasks<br />

wsave<br />

Task function category: Functions Operating on wdb Files<br />

This function saves the waveform which the variable wave points to inside the folder folder in<br />

the .wdb file whose identifier is wdbId.<br />

Usage<br />

wsave(wdbId, wave, "folder")<br />

Arguments<br />

• wdbId<br />

.wdb file identifier.<br />

• wave<br />

Variable pointing to the waveform.<br />

• "folder"<br />

Folder in the .wdb file whose identifier is wdbId.<br />

Description<br />

The .wdb file must have been opened in write mode. If the folder does not exist, it is<br />

automatically created. The folder can be hierarchical.<br />

Examples<br />

The following example shows how to save two waveforms of the first simulation in the file<br />

wdb1.wdb and two waveforms of the second simulation in the main .wdb file using the wstdout<br />

variable. It demonstrates also how to open the first .wdb file (wdb1.wdb) to read the waveforms<br />

saved in it and make some post-processing operations on them.<br />

1000<br />

Eldo® User's Manual, 15.3

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!