Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

how to measure voltage ina time period using hspice

Status
Not open for further replies.
In a TRAN analysis - at a certain <time> - this should be possible by:

Code:
.MEAS TRAN <vnode> V(<node>) AT=<time>
e.g.:
Code:
.MEAS TRAN V1@75ns V(1) AT=75ns

To measure a max. (or min.) node voltage during a given period of time, you can use e.g.:

Code:
.MEAS TRAN V1max MAX V(1) FROM 50ns TO 100ns
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top