Simulate a VCVS by writing this netlist on PSpice

  • Thread starter Thread starter Danfor
  • Start date Start date
  • Tags Tags
    Pspice Writing
AI Thread Summary
The user is attempting to simulate a Voltage Controlled Voltage Source (VCVS) in PSpice but encounters an error related to the .TF statement, which indicates a requirement for an independent voltage or current source. The netlist provided includes components such as resistors and a voltage source, but the error suggests that the software misinterprets a node name as an undeclared source. The user seeks assistance in identifying the specific issue causing the error. Clarification on the correct syntax or structure for the .TF statement in the context of VCVS simulation is needed. The discussion highlights common pitfalls in PSpice netlist configurations.
Danfor
Messages
1
Reaction score
0
Hello,

Im trying to simulate a VCVS by writing this netlist on PSpice:

***Voltage controlled voltage sources(VCVS)***

*#destroy all
*#run
*#print all

.TF V(Vout,0) Vin

Vin Vin 0 DC 1
R1 Vb 0 3K
R2 Vt Vout 1K
R3 Vout 0 2k
E1 Vt Vb Vin 0 23

.end


But it keeps giving me an error and I am not sure why?
*#destroy all
*#run
*#print all

.TF V(Vout,0) Vin
-----------$
ERROR -- Must be independent source (I or V)

Vin Vin 0 DC 1
R1 Vb 0 3K
R2 Vt Vout 1K
R3 Vout 0 2k
E1 Vt Vb Vin 0 23

.end

Can someone point me out the error please?

Thank you!
 
Engineering news on Phys.org
It apparently thinks that something in the .TF statement is an undeclared voltage or current source, rather than just a node name.
 
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...

Similar threads

Back
Top