This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TINA/Spice: RB520CM-60

Other Parts Discussed in Thread: TINA-TI

Tool/software: TINA-TI or Spice Models

I am trying to import a spice model using the Macro Wizard tool. The spice model is for a Schottky diode RB520CM-60. The model can be found here.

www.rohm.com/.../schottky-barrier-diodes

For some reason, it doesn't work for  me. Can you help me?

  • Hi Glenn,

    When I open up the file, it only contains .MODEL statement.

    To be able to use it, you have create or modify the file to include .SUBCKT statement. I also found that you have to get rid of "dash" character for DRB520CM-60 into DRB520CM60.

    .SUBCKT DRB520CM60 POS NEG
    D1 POS NEG DRB520CM60
    .MODEL DRB520CM60 D
    + IS=10.773E-9
    + N=1.1559
    + RS=2.6295
    + IKF=3.5205E-3
    + XTI=2
    + EG=.69
    + CJO=4.8122E-12
    + M=.39233
    + VJ=.502
    + ISR=1.210E-8
    + NR=1.3000
    + BV=60.000
    + TT=0
    + TRS1=-0.002
    .ENDS

    Herman
  • That worked very well. Thanks very much for your help.