Quantcast
Channel: Cadence PCB Skill Forum
Viewing all articles
Browse latest Browse all 2157

Prefix set for Gerber file name not appears in output file

$
0
0

Hi,

I am trying to generate the gerber with the prefix name set in the film control window. for this I am trying the below code.

; -----------------------------------------------------------------
; PREFIX SETTING
; -----------------------------------------------------------------
axlShell("setwindow form.film_control")
axlShell("FORM film_control general_parameters")
axlShell(strcat("FORM film_control filename_prefix " (axlCurrentDesign) "_"))
axlShell("FORM film_control ok")
; -----------------------------------------------------------------
; FILM SETTING
; -----------------------------------------------------------------
axlfcreate "ASSY1" '(0 0 0 6 0 1 0 0 0 0 0 0 0) '("REF DES/SILKSCREEN_TOP" "PIN/TOP" "PACKAGE GEOMETRY/SILKSCREEN_TOP" "DRAWING FORMAT/TITLE_BLOCK" "DRAWING FORMAT/DWG_ASY1" "BOARD GEOMETRY/OUTLINE" "BOARD GEOMETRY/SILKSCREEN_TOP" "BOARD GEOMETRY/ASSEMBLY_DETAIL"))
; -----------------------------------------------------------------
; GENERATE FAB LAYER ARTWORK
; -----------------------------------------------------------------
axlRunBatchDBProgram("artwork" strcat("artwork -f FAB " axlCurrentDesign(), ".brd"), ?noUnload t ?logfile "photoplot.log", ?warnProgram t)


axlShell command is setting up the correct prefix name in the film control window,however the generated output file doesnot shows the same prefix name which is set by the axlShell command in film control window.

Could someone guide me where I am missing the trick.

Thanks,
Sanjeev


Viewing all articles
Browse latest Browse all 2157


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>