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.

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top