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.

how to make Pspice model with the txt file.

Status
Not open for further replies.

Bilal_Ahm

Junior Member level 2
Joined
Apr 10, 2014
Messages
24
Helped
1
Reputation
2
Reaction score
1
Trophy points
3
Activity points
188
Hi, i need to make a Pspice part for simulation. the Maker company only gives this data.

Code:
*Jun 01, 2010 *Doc. ID: 90412, Rev. A *File Name: part irfl9014_PS.txt and part irfl9014_PS.spi *This document is intended as a SPICE modeling guideline and does not *constitute a commercial product data sheet. Designers should refer to the *appropriate data sheet of the same number for guaranteed specification *limits. .SUBCKT irfl9014 1 2 3 ************************************** * Model Generated by MODPEX * *Copyright(c) Symmetry Design Systems* * All Rights Reserved * * UNPUBLISHED LICENSED SOFTWARE * * Contains Proprietary Information * * Which is The Property of * * SYMMETRY OR ITS LICENSORS * *Commercial Use or Resale Restricted * * by Symmetry License Agreement * ************************************** * Model generated on Oct 22, 96 * MODEL FORMAT: SPICE3 * Symmetry POWER MOS Model (Version 1.0) * External Node Designations * Node 1 -> Drain * Node 2 -> Gate * Node 3 -> Source M1 9 7 8 8 MM L=100u W=100u * Default values used in MM: * The voltage-dependent capacitances are * not included. Other default values are: * RS=0 RD=0 LD=0 CBD=0 CBS=0 CGBO=0 .MODEL MM PMOS LEVEL=1 IS=1e-32 +VTO=-3.87971 LAMBDA=0.0503704 KP=0.713612 +CGSO=2.47152e-06 CGDO=1e-11 RS 8 3 0.116837 D1 1 3 MD .MODEL MD D IS=5e-21 RS=0.15039 N=1.5 BV=60 +IBV=10 EG=1.2 XTI=4 TT=1e-07 +CJO=4.40194e-10 VJ=1.63887 M=0.440757 FC=0.5 RDS 3 1 600000 RD 9 1 0.0001 RG 2 7 9.4415 D2 5 4 MD1 * Default values used in MD1: * RS=0 EG=1.11 XTI=3.0 TT=0 * BV=infinite IBV=1mA .MODEL MD1 D IS=1e-32 N=50 +CJO=1.96085e-10 VJ=0.665506 M=0.480463 FC=1e-08 D3 5 0 MD2 * Default values used in MD2: * EG=1.11 XTI=3.0 TT=0 CJO=0 * BV=infinite IBV=1mA .MODEL MD2 D IS=1e-10 N=0.4 RS=3.00002e-06 RL 5 10 1 FI2 7 9 VFI2 -1 VFI2 4 0 0 EV16 10 0 9 7 1 CAP 11 10 6.62636e-10 FI1 7 9 VFI1 -1 VFI1 11 6 0 RCAP 6 10 1 D4 6 0 MD3 * Default values used in MD3: * EG=1.11 XTI=3.0 TT=0 CJO=0 * RS=0 BV=infinite IBV=1mA .MODEL MD3 D IS=1e-10 N=0.4 .ENDS irfl9014

I made a model by model editor.

getting errors. like

INFO(ORPSIM-15423): Unable to find index file irfl9014.ind for library file irfl9014.lib.

INFO(ORPSIM-15422): Making new index file irfl9014.ind for library file irfl9014.lib.

Index has 0 entries from 1 file(s).


ERROR(ORPSIM-15108): Subcircuit IRFL9014 used by X_M1 is undefined
 
Last edited by a moderator:

Looks like there is some issue with linking the model.
Also I could see there are no line breaks in the model definition you posted.
Probably the lines defining the subckt are getting treated as comments due to asterisk (*).
Get your model in proper format by breaking the lines.
 
Hi,

You can find the complete lines on:
**broken link removed**

The IRFL9014 file:
 

Attachments

  • IRFL9014.rar
    1.1 KB · Views: 72
thank you so much my problem solved.
 

thank you so much it helped my problem.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top