Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

pspice transistor ignored ?

Status
Not open for further replies.

amitaiwe

Member level 3
Joined
Feb 19, 2014
Messages
57
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Activity points
547
Hi all,
I'm trying to simulate a circuit which consists an transistor.
after running the simulation I see that the the transistor doesn't exist
in the netlist and therefor I get the error of:
" Node N16280 is floating"
I tried adding various 10meg resistor's which didn't change anything.
I tried using other versions of the transistor with no success.
Other simulations I tried work fine. I can't manage to upload the files of the project so
I'm attaching the *.out file and a capture of the circuit.

What can the problem be?
Thanks,
Amitai

circuit capture.PNG
Code:

**** 09/29/14 13:16:23 ****** PSpice Lite (October 2012) ****** ID# 10813 ****

 ** Profile: "SCHEMATIC1-sim_LC1"  [ C:\Users\amitaiw\Dropbox\work\schematics and simulations\SPICE\other LC circuits\lc1-pspicefiles


 ****     CIRCUIT DESCRIPTION


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




** Creating circuit file "sim_LC1.cir" 
** WARNING: THIS AUTOMATICALLY GENERATED FILE MAY BE OVERWRITTEN BY SUBSEQUENT SIMULATIONS

*Libraries: 
* Profile Libraries :
* Local Libraries :
* From [PSPICE NETLIST] section of C:\Users\amitaiw\AppData\Roaming\SPB_16.6\cdssetup\OrCAD_PSpice/16.6.0/PSpice.ini file:
.lib "nomd.lib" 

*Analysis directives: 
.TRAN  0 0.2 0 
.OPTIONS ADVCONV
.PROBE64 V(alias(*)) I(alias(*)) W(alias(*)) D(alias(*)) NOISE(alias(*)) 
.INC "..\SCHEMATIC1.net" 



**** INCLUDING SCHEMATIC1.net ****
* source LC1
R_R1         N14411 VCC  15k TC=0,0 
R_R3         0 N14411  5k TC=0,0 
R_R4         0 N16286  68 TC=0,0 
L_L1         N16165 VCC  3.3u  
V_V1         VCC 0 9Vdc
C_C3         0 N14411  1uF  TC=0,0 
C_C4         N16280 VCC  33n  TC=0,0 
C_C5         N16165 N16280  10n  TC=0,0 
C_C6         N16286 N16280  47n  TC=0,0 

**** RESUMING sim_LC1.cir ****
.END

ERROR(ORPSIM-15142): Node N16280 is floating

 

Looks like you are using transistor.olb to instantiate the BJT.
The library is not meant for simulation flow.
For simulation purpose you should use libraries from location - <install>/tools/capture/library/pspice
Use bipolar.olb from above location.
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top