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 current in Pspice?

Status
Not open for further replies.

epp

Full Member level 5
Joined
Mar 4, 2004
Messages
243
Helped
12
Reputation
24
Reaction score
4
Trophy points
1,298
Activity points
1,847
Current measurement

How to measure current in Pspice?
I need to compare it with an reference current so I can clock some latch.
Thanks
 

Current measurement

Normally divide voltage you measure on resistor and divide with resistance value and you know current passing in that resistor. Even is Spice.

In what situation you want to measure?
 

Current measurement

If I'm mistaken, there are current and voltage probes to measure, isn't it?
 

Re: Current measurement

Just read your help topics,thats a start. 8)
 

Re: Current measurement

epp said:
How to measure current in Pspice?
I need to compare it with an reference current so I can clock some latch.
Thanks

Use .probe statement:
.probe ID(M1)

I(name): current through a two terminal device
Ix(name): current into a terminal of a three or four terminal device
(x is one of B, D, G, or S)
 

Re: Current measurement

If it is helpfull, you can also add a dummy device to your circuit like a 0V DC source, or negligible resistor.

Some time ago I have worked on PSPICE 9 on defining custoim functions (like the current comparator you mention). I can search on my files (will take some time) If it seems helpful for you.

Ian
 

Re: Current measurement

djalli said:
Normally divide voltage you measure on resistor and divide with resistance value and you know current passing in that resistor. Even is Spice.

In what situation you want to measure?

I need to know inductor current so I can control my actively clamped resonant inverter.

I know what is voltage and current probes and I don't care about current value.
I need to compare it with reference current in order to drive transistors.
 

Re: Current measurement

Pspice can do the jobs you mention, Read the manual you will find out
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top