Electrical – Simulating a specific circuit on LTspice

ltspicesimulationthevenin

The Circuit

enter image description here

Because I wanted to find the Voc and the Isc (of the load) for the circuit to calculate Rth, I decided to put the resistance as 99999999 to find Voc, and then 0 to find Isc.

The problem here is I have no idea how to edit the current controlled voltage source to reflect current passing through the resistor. The Youtube tutorials I found online only teach the methods to connect the CCVS to a current source, but not to a resistor.

I tried to put the Value of the dependent source as R1 and Value2 as 3 but LTspice tells me that R1 is an unknown value.

Best Answer

The problem here is I have no idea how to edit the current controlled voltage source to reflect current passing through the resistor.

To begin with, you need a current dependent current source and not a current dependent voltage source. Or you can choose an arbitrary source.

Your input to the source is ill-defined by "R1". See how this example works: -

enter image description here

You need a dependant current source (B1 above or H for a CDCS) and the variable that is your input is I(R1): -

enter image description here

As you should be able to see, Vin (left) is going to be 1 volt and Vout (right) is going to be 10 volts.