Quantcast
Channel: Cadence PCB Design Forum
Viewing all articles
Browse latest Browse all 5525

BindKeys for virtuoso advanced

$
0
0

Hi,

I would like created a BindKeys advanced for my virtuoso environnement:

hiSetBindKeys ( "Layout" list (

; comment:      I press "F1" one time I create a path with the value_1, I press "F1" two time I create a path with the value_2, and I press three time "F1", I create a path with a the value_3

list ("<Key>F1"      "pteSetSelectable("m1" "drawing" "Layer") pteSetVisible("m1" "drawing" "Layer") leHiCreatePath() pathWidth <value_1> "

                                "pteSetSelectable("m1" "drawing" "Layer") pteSetVisible("m1" "drawing" "Layer") leHiCreatePath() pathWidth <value_2> "

                                "pteSetSelectable("m1" "drawing" "Layer") pteSetVisible("m1" "drawing" "Layer") leHiCreatePath() pathWidth <value_3> " ) ;

)) ;; hiSetBindKeys

Thanks for your help

Florian


Viewing all articles
Browse latest Browse all 5525

Trending Articles