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

Extended Simulation Functions<br />

_simu_get_extract<br />

Task function category: Netlist Monitoring Functions<br />

Returns the value of the extract having the label label.<br />

Usage<br />

_simu_get_extract("label")<br />

Arguments<br />

• "label"<br />

Return the label.<br />

Description<br />

If this command is executed during the simulation, then only expressions of the transient<br />

extraction language can be used with this command. If the extract has not yet been computed at<br />

the time the simulation was stopped, then the function returns UNDEF.<br />

Extract expressions using the general-purpose language are only computed at the end of the<br />

simulation so are not available using this specific function (taking the label of the extract as<br />

argument) inside a callback for example.<br />

The _simu_get function may be used instead (but passing the entire expression as argument).<br />

Examples<br />

/* '.extract tran label=cross_v2 tcross(v(2), vth=1.5)' is necessary in<br />

the netlist. */<br />

_simu_get_extract("cross_v2")<br />

Related Topics<br />

_simu_get<br />

_simu_get_wave<br />

Extended Simulation Functions<br />

1028<br />

Eldo® User's Manual, 15.3

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

Saved successfully!

Ooh no, something went wrong!