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.

Eldo Control Language<br />

Library of Functions for Tasks<br />

compoundcontent<br />

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

Returns an array containing the waveforms that are part of the compound waveform wf.<br />

Usage<br />

compoundcontent(wf)<br />

Arguments<br />

• wf<br />

Waveform identifier.<br />

Examples<br />

Example:<br />

set w_array[] = 0<br />

set w_compound = 0<br />

set i = 0<br />

set w = 0<br />

if (simulation(tb_step(),<br />

+ w_compound=@w_tran).simu_status == 0)<br />

w_array = compoundcontent(w_compound)<br />

for (i=w_array.imin; i

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

Saved successfully!

Ooh no, something went wrong!