Pulsonix User Forum

Technical advice from Pulsonix engineers and the wider community.

 All Forums
 Help with using Pulsonix
 Scripting
 WriteGroupPlots Bug?

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON

   Upload a file

Check here to subscribe to this topic.
   

T O P I C    R E V I E W
HarryHirn Posted - 20 Aug 2021 : 10:16:32
Hi,

i am trying to write a script for creating all my needed production data.

Now i am stuck with a strange behaviour and am wondering if this is a bug:

I want to put the CAMPlots into several folders according their plot group.
In my design there are three groups: BSP, Documentation and Gerber.

Everything is working as expected except the plot creation for the gerber files.

In the group "Gerber" there are gerber and excellon files.



The relating part from the script is:

PlotWriter.WriteGroupPlots("Gerber",ProductionDataPath + "\\EMS\\PCB Data");



ProductionDataPath is a String containing the desired path.

This works fine for the other groups, but for this group only the excellon file is in the defined path, the gerber files are in the folder defined in the Pulsonix Folder Setting.

Am i missing something or is this a bug?