先用鼠标选择你想要导出bom表的项目,点击“Tools”,选择“Bill of Materials”。在Header栏中输入“\t“+你想要输出属性,以PCB封装来举例,即”Item\tQuantity\tReference\tPart\tPCB footprint\t\t“
”\t“应该代表一个table。在Combined property string栏中键入{Item}\t{Quantity}\t{Reference}\t{Value}\t{PCB footprint}\t\t 这样你就能输出PCB的封装了。同理,你想输出的私有属性按照上述方法即可实现。
注:大括号中的属性必须是元件中的属性,否则不会输出。