how to set bindkey for checking 'Circuit conditions' in ADE

Y

yvk

Guest
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
 
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) , breakdown (red) etc.

Thanks,
yvkrishna



On Friday, January 4, 2013 1:18:10 PM UTC+5:30, Andrew Beckett wrote:
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
 
On 01/06/13 07:45, yvk wrote:
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) ,
breakdown (red) etc.
Thanks,
yvkrishna
As far as I'm aware, there's no public SKILL function to do that. You'd
have to contact Cadence Customer Support and request an enhancement.

Regards,

Andrew.
 
On Friday, January 4, 2013 1:48:10 AM UTC-6, Andrew Beckett wrote:
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
Hi 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!
 
On 02/02/13 00:37, ies.ferlavalle@gmail.com wrote:
Hi 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!
Those functions are for running ADE L simulations, not ADE XL, so that's
probably what your problem is...

If it's really for ADE L you're trying to do this, you can't define
bindkeys for the ADE L window.

Andrew.
 

Welcome to EDABoard.com

Sponsor

Back
Top