Workflow#

class pyedb.workflow.Workflow(pedb)#

Overview#

export_bill_of_materials

Export bill of materials to a csv file.

Import detail#

from pyedb.workflow import Workflow

Method detail#

Workflow.export_bill_of_materials(file_path: str | pathlib.Path)#

Export bill of materials to a csv file.

Parameters:
file_pathUnion[str, Path]

Path to the csv file.

Returns: