• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. PCB Design
  3. Convert to pspice

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 165
  • Views 12954
  • Members are here 0
More Content
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Convert to pspice

Electronic1
Electronic1 over 12 years ago

Hi, I want to convert the text hspice to pspice voltage sources, and I have a problem

Hspice source:

 Gint 0 60 POLY(2) 31 0 53 0 0 0 0 0 ‘F0*Cin/(k*Cdif)’

pspice source: ???????

Gint 0 60 POLY(2) (31,0) (53,0) 0 0 0 0 {F0*Cin/(k*Cdif)}

Hspice source:

Gmlrr1 0 53 POLY(2)  40 0 10 61 0 0 0 0 -1 Min=0

Gmlrr2 0 53 POLY(3) 53 0 40 0 10 61 0 0 0 0 0  0 0 0 0 0

+ 0 0 0 0 ‘alpha*MS/k’ Min=0

Pspice: ????????????????

Gmlrr1 0 53 POLY(2)  (40,0) (10,61) 0 0 0 0 -1 {Min=0}

Gmlrr2 0 53 POLY(3) (53,0) (40, 0) (10 ,61) 0 0 0 0 0  0 0 0 0 0

+ 0 0 0 0 {alpha*MS/k} {Min=0}

Help hspice:

web.engr.oregonstate.edu/.../chapter_5.pdf

  • Cancel
  • Alok Tripathi
    Alok Tripathi over 12 years ago

    You can get the complete details about PSpice Polynomial sources under "Basic SPICE polynomial expressions ( POLY)"  topic from "PSpice Reference Guide" book.

    Here is an example:

    HSpice: Gint 0 60 POLY(2) 31 0 53 0 0 0 0 0 ‘F0*Cin/(k*Cdif)’

    PSpice: Gint 0 60 POLY(2) (31,0) (0,53) 0 0 0 0 {1*2/(3*4)}

    Where under expression {1*2/(3*4)} 1,2,3,4 are values of parameters F0, Cin, K, Cdif. Do use expression, instead replace these with values.

    PSpice does not support MIN, MAX while declaring the sources.

    Hope this helps.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Cadence Guidelines

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information