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 />

wftodata<br />

Task function category: Functions Operating on Waveforms<br />

Returns the datapoints of a waveform in a matrix. Its first line is a vector containing the X<br />

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

Note<br />

This function may be highly memory-intensive if the waveform has many points.<br />

Usage<br />

wftodata(wf)<br />

wftodata(wf, x_start, x_end)<br />

Arguments<br />

• wf<br />

Waveform identifier.<br />

• x_start<br />

Waveform start point.<br />

• x_end<br />

Waveform end point.<br />

Examples<br />

set i = 0<br />

set mat_wf = wftodata(w1, 10, 40)<br />

for(i= mat_wf[1].imin; i

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

Saved successfully!

Ooh no, something went wrong!