Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] Virtuoso Layout Bindkeys for flip MX, MY

Status
Not open for further replies.

Willt

Member level 5
Joined
Mar 17, 2006
Messages
83
Helped
5
Reputation
10
Reaction score
5
Trophy points
1,288
Location
Hong Kong
Activity points
2,077
Hi brothers,

I know the function to do rotate by bindkey "leRotateCB()"

How about flip MX and MY by bindkey after clicking move or copy?
I know Key F3 can do the operation, and then click MX/MY buttons

Thanks a lot

Will
 

It may not be "the" function, but a chain of them. Have
you done the action of interest and then looked at the
CIW and/or the CDS.log file, to see what the command(s)
were, that made it so?
 

I found that the operation works by loading the following lines:
hiSetBindKey("Layout" "<Key>8" "leRotateCB()") ;;rotate
hiSetBindKey("Layout" "<Key>9" "leSetEnv("orientation" "MY")") ;;sideways orientation
hiSetBindKey("Layout" "<Key>0" "leSetEnv("orientation" "MX")") ;;upside down orientation

Just share with you guys
Thanks
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top