01-21-2009 10:20 AM - edited 01-21-2009 10:21 AM
Hi,
I have a very simple circuit containing only an AC voltage source and two series resistors.
I want do plot the Voltage from the source and of each resistor. I cant find any pre difined variables at present I take the current I und multiplicate it with the value of the resistor.
e.g.
Ur1 = I*r1
Usource = I*(r1+r2)
thats quite annoying... especially because setting brackets doesnt work.
probably cause the variables containing brackets itselfes.
hope you have any idea
thx
Solved! Go to Solution.
01-22-2009 07:32 AM
Hi Imaginary!
You can use an oscilloscope to measure and plot the voltage (you can find it on the left of the page)
Have a look at the attached picture.
Best regards,
Serena M.
01-22-2009 08:12 AM
thx for your reply.
yes I know that this is possible ...
the problem is that my circuit is more complex. The one with the two resistors was just an example to show the problem.
I would need many oscilloscopes (with their wires) thats confusing and I cant display the graphs in one diagramm to compare phases of voltage and current.
(Im running transient analysis)
At present im using pspice or LT-Spice, Multisim is more comfortable to use but without these functions its time consuming.
01-22-2009 09:17 AM
Hi there,
Can you tell us what version of Multisim you are using? What type of analysis are you trying to do? Would it be possible for you to post a Multisim file which demonstrates this problem?
Thanks.
01-22-2009 11:10 AM - edited 01-22-2009 11:15 AM
I'm not sure what you mean ... only the saved ms10. file?
Im using the student edition of NI Multisim 10.1
here is a screenshot from the test circuit
http://www.bilder-hochladen.net/files/9ifr-1-png.html
I expected that I get 3 Voltage values.
V1
R1
R2
Also 3 current values (of course they are all the same in this case, but im used that I can chose the current of each component)
01-22-2009 11:51 AM - edited 01-22-2009 11:52 AM
Hi there,
The way you have things set up right now is correct. Multisim, as well as most other circuit simulators, keeps track of node voltages, not voltage drops. When you draw your schematic, Multisim automatically assigns numerical node names to each node. That is why you see V(1) and V(2) and not something like V(R2). To find the voltage drop across R2, you will have to calculate V(2)-V(1). To find out the name of each of your nodes (also called nets), simply do the following:
To make it easier for you, you may want to name some of the nets to something that is more human readable. You can do this by:
Hope that answered some of your questions.
02-03-2009 11:31 AM
thanks i needed some time to try this hint, but it seems to work.
til now i couldn't assert any situation in which i couldn't display my voltages and currents 😃
I will let you know if ther is something else