export_bom#

Components.export_bom(bom_file, delimiter=',')[source]#

Export Bom file from layout.

Parameters:
bom_filestr

Full path to the BOM file, which is a delimited text file.

delimiterstr, optional

Value to use for the delimiter. The default is ",".