G
Gish
Guest
Ok,
I actually figured everything out except for one line...
E1 out ref in+ in- MAX=5V MIN=-5V opamp_gain
I'm trying to code a VCVS with maximum and minimum output values, but
PSPICE rejects the MAX and MIN parts. Any ideas?
Thanks
Gish wrote:
I actually figured everything out except for one line...
E1 out ref in+ in- MAX=5V MIN=-5V opamp_gain
I'm trying to code a VCVS with maximum and minimum output values, but
PSPICE rejects the MAX and MIN parts. Any ideas?
Thanks
Gish wrote:
Hi Guys
I have some SPICE code that runs perfectly in HSPICE but will not run
in PSPICE due to issues with "subcircuit expansion." If there's any
experts out there who could take a quick look at this and let me know
what the issue might be I'd appreciate it.
Thanks
******************************************************
**** circuit description
******************************************************
rs in inp 50
r1 inp vss 1K
x1 inp inm out vss my_opamp
rf out inm 100K
r2 inm vss 1K
******************************************************
**** parameters section
******************************************************
******************************************************
**** sources section
******************************************************
v1 in vss sin(0V 60mV 10x 100ps 0)
v2 vss 0 dc 0V
******************************************************
**** specify nominal temperature of circuit in degrees C
******************************************************
.TEMP= 60
******************************************************
**** analysis section
******************************************************
.tran 1ns 200ns
.END