Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

The image below shows an electrical network with 8 elements, a current controlled source, a bunch of resistors, one current source and a voltage source. Although I haven't labeled them, there are 5 interesting junctions in the network. Four at the middle of each side of the square and one at the center. I've been having trouble designing the current controlled source in PSpice. Does any one have an idea on how I would go about designing the current controlled source in PSpice?!

**UPDATE

This is what I'm trying to simulate in PSpice, but I want to make sure it's right through hand calculations. Updated image

I'm not sure whether this is right. Can someone confirm?

Updated Schematic

If you replace the 3A current with a 2A current and the 15 ohm current with a 10 ohm current this is what I get for I1 and I2 when I run the simulation: I1 = 2.0A I2 = -6.8A Can someone confirm this?

share|improve this question
The entire outside loop around the circuit is just one node. There are only two nodes in your circuit. – The Photon Oct 8 '12 at 23:09
Aside from not being the same as your hand drawing, your PSPICE circuit has a problem because you have two current sources in series. This will result in an unsolvable circuit, or an unrealistic current through a parasitic gigohm resistor that PSpice might assume exists between every node and ground. – The Photon Oct 8 '12 at 23:42
Your second PSPice circuit is closer to the hand drawing than the first. But without knowing what you're trying to simulate, we can't know how you chose the values for the resistors you added around the outer ring and whether the PSpice circuit is "correct" or not. – The Photon Oct 9 '12 at 2:15
current controlled current source? Is that current miror that you asking about? – sandun dhammika Oct 9 '12 at 9:40

1 Answer

Although I haven't labeled them, there are 5 interesting nodes in the network.

As drawn, your circuit contains only 2 nodes. The entire outside ring is connected by perfect wires, and so it's just one node from the point of view of circuit analysis.

Does any one have an idea on how I would go about designing the current controlled source in PSpice?

PSpice provides an "F" Element which is in itself a current-controlled current source. Simply place one of these in your circuit. The CCCS element will have a source port and a sense port.

You simply place the element so that the source port is where you show the CCCS in the hand drawing. Then connect the sense branch so that the controlling current flows through it. Normally this means breaking a wire in the hand drawing.

However, in this circuit you will have a problem because both terminals of the sense port are connected to the same node. Probably PSpice will refuse to simulate this circuit; but even if it does, the results are ambigous. In terms of your drawing, there's no reason for current from the bottom end of the V source to go by the "i1" path vs going the other way around through the yellow, purple, and red arrows.

Also, you will also have to designate one of your two circuit nodes as ground before running a simulation.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.