ORCAD PSpice problem

Thread Starter

omar-rodriguez

Joined Jun 24, 2015
67
Hi everyone, i have a problem trying to simulate a circuit in Pspice, any idea?




**** 06/24/15 12:45:33 ********* PSpice 9.2 (Mar 2000) ******** ID# 1 ********

** Profile: "SCHEMATIC1-Pru" [ c:\users\asus\desktop\prueba\prueba-schematic1-pru.sim ]


**** CIRCUIT DESCRIPTION


******************************************************************************




** Creating circuit file "prueba-schematic1-pru.sim.cir"
** WARNING: THIS AUTOMATICALLY GENERATED FILE MAY BE OVERWRITTEN BY SUBSEQUENT SIMULATIONS

*Libraries:
* Local Libraries :
* From [PSPICE NETLIST] section of C:\Program Files\Orcad\PSpice\PSpice.ini file:
.lib "nom.lib"

*Analysis directives:
.OP
.PROBE V(*) I(*) W(*) D(*) NOISE(*)
.INC ".\prueba-SCHEMATIC1.net"



**** INCLUDING prueba-SCHEMATIC1.net ****
* source PRUEBA
V_V1 B 0 6Vdc
R_R1 B A 2k
R_R2 N00556 A 2k
R_R3 0 D 2k
R_R4 N00354 N00556 1k
R_R5 N01894 0 1k
X_F1 A D 0 N00354 SCHEMATIC1_F1
E_E1 A B N01894 N00354 1.4142135623730950488016887242097

.subckt SCHEMATIC1_F1 1 2 3 4
F_F1 3 4 VF_F1 1.4142135623730950488016887242097
VF_F1 1 2 0V
.ends SCHEMATIC1_F1

**** RESUMING prueba-schematic1-pru.sim.cir ****
.END

ERROR -- Less than 2 connections at node N01894


and this is the circuit



Thanks for your time
 

kubeek

Joined Sep 20, 2005
5,795
Are you sure that E1 is properly connected? You could try for example adding a 1e9 or similar value resistor going to ground and see if it helps.
 

mvaseem

Joined Jan 31, 2014
48
I see more basic problem with this circuit. You have named same net (right to R1, on top) twice. A single net cannot have 2 names. Right ?
I think if you rectify this, your original problem could be solved as well.
 
Top