Prabhanshu
Newbie
In the design kit development manual of ADS under the Design Kit Tutorial, there is a item definition code given for a sample_res resistor subcircuit.(Page 234 of 2019 manual or Pg 147 of 2011 manual)(manual is available on website)
In that code there are a few AEL functions whose explanation is not given anywhere (either AEL manual or keysight website), the unknown functions are bolded:
decl formDefP = dm_find_library_form("SampleKit",
sample_res_type_default);
checkVal=SampleKit_v1_parm_checkRange("Resistance", R, nth(0,
rangeList), nth(1, rangeList), "Ohm");
w =SampleKit_v1_parm_checkStep("w",w,0.1e-6,"um");
It'll be a great help if someone who has tried design kit development in ADS could answer this. Thankyou.
[Moderator action: removed private email address]
In that code there are a few AEL functions whose explanation is not given anywhere (either AEL manual or keysight website), the unknown functions are bolded:
decl formDefP = dm_find_library_form("SampleKit",
sample_res_type_default);
checkVal=SampleKit_v1_parm_checkRange("Resistance", R, nth(0,
rangeList), nth(1, rangeList), "Ohm");
w =SampleKit_v1_parm_checkStep("w",w,0.1e-6,"um");
It'll be a great help if someone who has tried design kit development in ADS could answer this. Thankyou.
[Moderator action: removed private email address]
Last edited by a moderator: