I would like to run netlist file from command line like in here
http://edadownload.soco.agilent.com/docs/adsdoc2006A/cktsim/wwhelp/wwhimpl/common/html/wwhelp.htm?context=cktsim&file=cktsim-06-04.html
a set all environment variables like is here
http://edadownload.soco.agilent.com/docs/adsdoc2006A/cktsim/wwhelp/wwhimpl/common/html/wwhelp.htm?context=cktsim&file=cktsim-06-04.html
when I use command ech %PATH%
PATH=%PATH%;%HPEESOF_DIR%\bin;%HPEESOF_DIR%\adsptolemy\lib.win32_64;;%HPEESOF_DIR%\lib\win32_64;
when I hpeesofsim -o a get information that not found ptgem37.dll, what I do wrong, where is the problem?
another problem is that I can only run hpeesofsim when I'm in c:\agilent\ads2011_01\bin
http://edadownload.soco.agilent.com/docs/adsdoc2006A/cktsim/wwhelp/wwhimpl/common/html/wwhelp.htm?context=cktsim&file=cktsim-06-04.html
a set all environment variables like is here
http://edadownload.soco.agilent.com/docs/adsdoc2006A/cktsim/wwhelp/wwhimpl/common/html/wwhelp.htm?context=cktsim&file=cktsim-06-04.html
when I use command ech %PATH%
PATH=%PATH%;%HPEESOF_DIR%\bin;%HPEESOF_DIR%\adsptolemy\lib.win32_64;;%HPEESOF_DIR%\lib\win32_64;
when I hpeesofsim -o a get information that not found ptgem37.dll, what I do wrong, where is the problem?
another problem is that I can only run hpeesofsim when I'm in c:\agilent\ads2011_01\bin
but I'm still not able to run netlist file, the netlist from example
Options ResourceUsage=yes UseNutmegFormat=no
TopDesignName="C:\Users\Natalia\Desktop"
R:R3 _net28 _net27 R=16 Ohm Noise=yes
R:R2 _net28 0 R=80 Ohm Noise=yes
R:R1 _net27 0 R=80 Ohm Noise=yes
S_Param:SP1 CalcS=yes CalcY=no CalcZ=no GroupDelayAperture=1e-4 FreqConversion=no
FreqConversionPort=1 StatusLevel=2 CalcNoise=no SortNoise=0 BandwidthForNoise=1.0 Hz
DevOpPtLevel=0 \
SweepVar="freq" SweepPlan="SP1_stim" OutputPlan="SP1_Output"
SweepPlan: SP1_stim Start=1.0 GHz Stop=10.0 GHz Step=0.1 GHz
OutputPlan:SP1_Output \
Type="Output" \
UseEquationNestLevel=yes \
EquationNestLevel=2 \
UseSavedEquationNestLevel=yes \
SavedEquationNestLevel=2
Port:Term1 _net27 0 Num=1 Z=50 Ohm Noise=yes
Port:Term2 _net28 0 Num=2 Z=50 Ohm Noise=yes
don't work, I want to run it by this command
hpeesofsim pad
a have info about an error like that
Error detected by hpeesofsim in Netlist processing during netlist parsing.
Netlist file does not exist:
'pad'
I named it pad, in documentation is written that this is no matter if it is .log or .txt file, I tried both but there is the same error