BigBoss
Advanced Member level 7
simulating in mw mode site:edaboard.com
Momentum has an interesting bug in latest version.
When you make a simulation MW Mode and if you try the same structure in RF Mode and again when you turn back MW Mode, simulator uses still
" substrate function" which is already obtained in RF Mode and therefore
the results seem to be " strange " ( e.g. S11> 1 etc)
To correct this , go to momentum.cfg file( user/hpeesof/config/) and correct as follows..
SUPL_GF_DATABASE = {$HPEESOF_DIR}/momentum/lib
SITE_GF_DATABASE = {$HOME}
LOCL_GF_DATABASE = ./
MOM_SLM_PATH=./networks:{%SUPL_GF_DATABASE}
MOMDDS_FILE = {$HPEESOF_DIR}/sess/ael/momdds.ael
MOM3D_USE_LFFIT=FALSE
OK Thats it..
Momentum has an interesting bug in latest version.
When you make a simulation MW Mode and if you try the same structure in RF Mode and again when you turn back MW Mode, simulator uses still
" substrate function" which is already obtained in RF Mode and therefore
the results seem to be " strange " ( e.g. S11> 1 etc)
To correct this , go to momentum.cfg file( user/hpeesof/config/) and correct as follows..
SUPL_GF_DATABASE = {$HPEESOF_DIR}/momentum/lib
SITE_GF_DATABASE = {$HOME}
LOCL_GF_DATABASE = ./
MOM_SLM_PATH=./networks:{%SUPL_GF_DATABASE}
MOMDDS_FILE = {$HPEESOF_DIR}/sess/ael/momdds.ael
MOM3D_USE_LFFIT=FALSE
OK Thats it..