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

Extended Simulation Functions<br />

_simu_get<br />

Task function category: Netlist Monitoring Functions<br />

Returns the current value of the specified voltage or current at the current simulation time.<br />

Usage<br />

_simu_get("voltage")<br />

_simu_get("current")<br />

_simu_get("expression")<br />

Arguments<br />

• "voltage"<br />

Return the voltage.<br />

• "current"<br />

Returns the current.<br />

• "expression"<br />

Evaluates an expression.<br />

Description<br />

Expressions of the general-purpose extraction language can also be evaluated if the necessary<br />

.PLOT commands have been specified in the netlist. The expression cannot be the label of an<br />

extract; the function _simu_get_extract may be used in this case.<br />

Examples<br />

_simu_get("v(2)")<br />

_simu_get("i(2)")<br />

_simu_get("max(v(2))") /* '.plot tran v(2)' is necessary in the<br />

netlist. */<br />

Related Topics<br />

_simu_get_extract<br />

_simu_get_wave<br />

Extended Simulation Functions<br />

Eldo® User's Manual, 15.3 1027

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

Saved successfully!

Ooh no, something went wrong!