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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…