how to measure voltage ina time period using hspice

Status
Not open for further replies.

oly

Junior Member level 3
Joined
Jul 17, 2014
Messages
27
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Location
Jaipur, Rajasthan, India
Activity points
165
hello
i want to know that how to measure voltage at a node at given period of time using hspice??
 

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.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…