Electrical Design
The Electrical Design site is a dedicated repository for schematics, wiring diagrams, component libraries, and test documentation related to electrical engineering projects.
DirectoryElectrical-Design/
DirectoryXXXX_ProjectName/
DirectoryEditables/
- …
DirectoryDatasheets/
- Datasheet_12345_ComponentA.pdf
- Datasheet_67890_ComponentB.pdf
DirectoryCustomer_Guides/
- Customer_Guide_12345_ProjectA.pdf
- Customer_Guide_67890_ProjectB.pdf
DirectoryManuals/
- Manual_12345_ProjectA.pdf
- Manual_67890_ProjectB.pdf
DirectoryPCBs/
- PCB_12345_ProjectA.pdf
- PCB_67890_ProjectB.pdf
The File Tree is a visual representation of the folder structure for the Electrical Design site. It should give you an idea of how the site is structured.
Folder Descriptions
Project Folders
The Project folder is for managing all the files related to a specific project.
Subfolders:
- Editables: All the editable files for the project.
- Datasheets: All the datasheets for the project.
- Customer_Guides: All the customer guides for the project.
- Manuals: All the manuals for the project.
- PCBs: All the PCBs for the project.
Examples:
File Name | Description |
---|---|
XXXX_ProjectName_Editable_2025.cad | All the editable files for the project. |
XXXX_ProjectName_Datasheet_2025.pdf | All the datasheets for the project. |
XXXX_ProjectName_Customer_Guide_2025.pdf | All the customer guides for the project. |
XXXX_ProjectName_Manual_2025.pdf | All the manuals for the project. |
XXXX_ProjectName_PCB_2025.pcb | All the PCBs for the project. |
Naming Conventions:
[ProjectName]_[DocumentType]_[Year].[Extension]