Quantcast
Channel: Jason Andrews Blog
Viewing all articles
Browse latest Browse all 33813

RE: Creating Corners in maestro using SKILL

$
0
0
Hi Karam, It's a limitation of the API, and is covered by CCR 1920347. Hopefully we can fix this before too long as well. The workaround is to use: sess=maeOpenSetup(...) ; make sure you record the session when you start with maeOpenSetup ; could also use sess=axlGetWindowSession() if running interactively sdb=axlGetMainSetupDB(sess) axlSetNominalCornerEnabled(sdb 0) This will disable it. Set the second argument to 1 to enable the nominal corner. Regards, Andrew.

Viewing all articles
Browse latest Browse all 33813

Trending Articles