Workflow#
- class pyedb.workflow.Workflow(pedb)#
Overview#
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_path
Union[str,Path] Path to the csv file.
- file_path
- Returns: