10.06.2016 Views

eldo_user

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Command<br />

system<br />

tan<br />

tanh<br />

trunc<br />

var<br />

wadd_data_enum_value<br />

wadd_scale<br />

wclose<br />

wcreate_data_type<br />

wcreate_scale_table<br />

wcreate_wave<br />

wget<br />

wftoascii<br />

wftodata<br />

wmkfolder<br />

wopen<br />

Table 18-3. Library of Functions for Tasks (cont.)<br />

Description<br />

Eldo Control Language<br />

Library of Functions for Tasks<br />

Executes the STR_CMD shell command. If no other<br />

argument is passed, the result of the command is displayed<br />

on the standard output, otherwise the result is stored in the<br />

string STR_RES, which can be parsed to get the result.<br />

Tangent function.<br />

Hyperbolic tangent function.<br />

Truncated value of VAL (integer part of real value).<br />

Returns the variance (unbiased value) of the elements of the<br />

array array.<br />

This function must be used to define enumeration values for<br />

an enumerated data type created with wcreate_data_type.<br />

This function is used to add sub-units to a scale table created<br />

with wcreate_scale_table.<br />

Saves (if the .wdb file was opened in write mode) and closes<br />

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

If the appropriate data type does not exist, it is possible to<br />

create it using this function.<br />

If the appropriate scale table does not exist, then it can be<br />

created with this function.<br />

Creates a new waveform inside the specified .wdb file, and<br />

returns a waveform variable to, for example, call postprocessing<br />

functions on it.<br />

Reads the waveform named wave1 located at the folder<br />

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

Dumps a waveform in a text file.<br />

Returns the datapoints of a waveform in a matrix. Its first<br />

line is a vector containing the X values and its second line is<br />

a vector containing the Y values.<br />

This function creates a folder folder in the .wdb file whose<br />

identifier is wdbId.<br />

This function can be used to open .wdb files. The .wdb file<br />

must already exist to be opened in read mode. In write<br />

mode, it will be created if it does not exist, or overwritten if<br />

it already existed. This function returns a file identifier used<br />

in the next function to identify the .wdb file.<br />

Eldo® User's Manual, 15.3 859

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

Saved successfully!

Ooh no, something went wrong!