Post Go back to editing

ADG612 Spice model error: Ron/Roff greater than 1/Gmin

I downloaded the spice model from the AD website for ADG612. I need to run an ac sweep with the part as part of a larger simulation. I am starting with just a basic simulation of the part to show that it works. When I run the simulation in PSpice, I get the following error: "ERROR(ORPSIM-15159): RON or ROFF greater than 1/GMIN for VSWITCH model X_U1.X1.x1.SMOD2."

The same error comes up several times in a row in the simulation window with different SMODs, for example: "ERROR(ORPSIM-15159): RON or ROFF greater than 1/GMIN for VSWITCH model X_U1.X2.X2.SMOD4."

I am new to PSpice, so my apologies if I am missing something basic. 

Many thanks for any tips. 

-JR

attachments.zip
  • Hi JR,

    I don't understand why you need to tie up all the Drains (D1 to D4) into a single node. I would think this causes your transient simulation errors.

    If switches 2, 3, and 4 will not be used, then you may leave the D2, D3, and D4 pins floating as long as S2, S3, S4 and IN2, IN3, and IN4 are tied up to ground.

    Also, may I know the output load of the ADG612? the figure attached doesn't show this information.

    Let me know if this helps.

    Best Regards,

    May

  • I found an error -- had the negative terminal of the DC supply on the input, should have been positive terminal. Did not affect simulation results. New schematic attached here.

    Thanks, 

    JR

  • Hi May,

    Thank you for your suggestions.

    I would agree that it is not ideal to have the drain nodes connected, but this is actually the reason for the simulation in the first place due to constraints in how the part must fit into a larger design. The goal of the simulation is to see if the bandwidth for the output is large enough to fit the design requirements in spite of the resultant output capacitance from the tied-together drains.

    However, I tried your suggestion, disconnecting the drains and tying the irrelevant drains to ground. I also show a representative load here of 1k to ground, just for the purpose of the simulation. See the attached schematic (apologies for the messiness, just hacking it up here). Unfortunately, I get the same errors in the PSpice simulation, this "Ron or Roff greater than 1/Gmin for VSwitch..." error (see above).

    Thanks again for your help,

    JR

  • Hi JR,

    Switch bandwidth can be can be represented as a low pass RC filter, where: R is the on resistance of the switch and C is Con. Yes, bandwidth is greatly affected by the capacitance at the output pins and also with capacitive load (Cload).

    If you're testing the bandwidth capability of the ADG612 by the configuring it via 4:1 mux. With this configuration, it would seem like there are four CDoff in parallelI, thus capacitance the the output pin of the channel adds up. I would suggest to simply place external capacitors at the output pin of the channel your testing. This way we can avoid transient errors in the simulation. 

    Regarding the simulation error, you can try updating the spice model and start from there. You may change the Roff parameter from 1E20 to 1E11 of the vswitches SMOD2, SMOD3, SMOD4, SMOD5, and SMOD6. 

    For your design requirement, can you share additional information and maybe I could be of help?

    Best Regards,

    May