Y
yvk
Guest
Hi,
Is it possible to assign a bindkey to this? can someone let me know how to do it.
Thanks,
yvk
Is it possible to assign a bindkey to this? can someone let me know how to do it.
Thanks,
yvk
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Define a schematic bindkey with the command:Hi,
Is it possible to assign a bindkey to this? can someone let me know how to do it.
Thanks,
yvk
On 12/06/12 20:01, yvk wrote:
Hi,
Is it possible to assign a bindkey to this? can someone let me know how to do it.
Thanks,
yvk
Define a schematic bindkey with the command:
sevCircuitCond(sevSession(hiGetCurrentWindow()))
Regards,
Andrew
breakdown (red) etc.Many thanks Andrew, it works.
I was actually looking for bindkey to place the colors on the
schematic also with a predefined settings like mos linear(yellow) ,
As far as I'm aware, there's no public SKILL function to do that. You'dThanks,
yvkrishna
Hi Sir,On 12/06/12 20:01, yvk wrote:
Hi,
Is it possible to assign a bindkey to this? can someone let me know how to do it.
Thanks,
yvk
Define a schematic bindkey with the command:
sevCircuitCond(sevSession(hiGetCurrentWindow()))
Regards,
Andrew
Those functions are for running ADE L simulations, not ADE XL, so that'sHi Sir,
I'm actually trying to do that and it is not working.
I'm creating a file named MyBindKeys.il which I load at the .cdsinit file.
MyBindKeys.il has the following lines:
hiSetBindKey("adexl" "<Key>F9" "sevParametricTool(sevSession(hiGetCurrentWindow()))" )
hiSetBindKey("adexl" "<Key>F2" "sevNetlistAndRun(sevSession(hiGetCurrentWindow()))" )
Which is intended to work in the ADE-XL window but nothing happens when I hit the F9 or F2 ...
What am I doing wrong?
Thank you!