|
在自己的menu文件代码里加上如下代码:
axlCmdRegister("CreateCrossSection" 'DH_CreateCrossSectionMain ?cmdType "general")
axlCmdRegister("DXFEXport" 'DH_FYFYAutoDxfOutput)
axlCmdRegister("changediffwidthairgap" 'DH_ChangeDiffWidthAirgapMain)
axlCmdRegister("quicksetlibpath" 'DH_FYQuickSetLibPath)
axlCmdRegister("PDFEXport" 'DH_FYFYAutoPDFOutput)
axlCmdRegister("symbolEXport" 'DH_FYFYAutosymbolOutput)
axlCmdRegister("outputfile" 'DH_OutputFileMain)
axlCmdRegister("CurrentCarryingCalculations" 'DH_CurrentCarryingCalculations)
axlCmdRegister("quickpanelizationtools" 'DH_QuickPanelizationToolsForm ?cmdType "general")
if(axlVersion('version) >= 17.2
then loadContext(strcat((axlGetVariable "allegro_install_root") "/share/local/pcb/skill/FyEnhance64.cxt"))
else
loadContext(strcat((axlGetVariable "allegro_install_root") "/share/local/pcb/skill/FyEnhance.cxt"))
)
把文件放在C:/cadence/SPB_16.6/share/local/pcb/skill/下
也可以去下载FanySkill该功能有集成。
|
|