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

The only exceptions are the functions xmin and xmax. Indeed, in most of the cases, all<br />

waveforms composing a compound waveform are defined on the same time/frequency interval,<br />

so xmin and xmax will almost always return a single real value instead of an array of identical<br />

values (xmin and xmax will return an array only if the values are not the same).<br />

Example:<br />

Adding the following lines in the task t_simu_rc_compound_arg above:<br />

fprint(stdout, "xmin(compound_uc)=%.4f\n", xmin(compound_uc))<br />

fprint(stdout, "xmax(compound_uc)=%.4f\n", xmax(compound_uc))<br />

is valid and will produce the output:<br />

xmin(compound_uc)=0.0000<br />

xmax(compound_uc)=20.000<br />

Related Topics<br />

Library of Functions for Tasks<br />

iscompound<br />

Testbenches<br />

Tasks<br />

Variables<br />

Flow Control Statements<br />

Defining and Running Simulations<br />

fprint<br />

Eldo® User's Manual, 15.3 883

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

Saved successfully!

Ooh no, something went wrong!