Harness Project
IRI: https://w3id.org/altium/cdm/design/HarnessProject
Bounded context: design
Harness Project defines the design of a cable and wiring harness as a standalone yet integrable artifact, capturing connectors, wires, splices, and pin-to-pin mappings required to implement electrical interconnects between boards and system elements.
Diagram
---
config:
layout: elk
theme: neutral
class:
hideEmptyMembersBox: true
---
classDiagram
direction LR
class des_harness_project["Harness Project"]
style des_harness_project fill:#93c47d
click des_harness_project href "../../classes/des_harness_project/"
class des_project["Hardware Project"]
style des_project fill:#93c47d
des_project <|-- des_harness_project
click des_project href "../../classes/des_project/"
des_harness_project --> "*" des_project_release : releases
click des_project_release href "../../classes/des_project_release/"
class des_project_release["Hardware Project Release"]
style des_project_release fill:#93c47d
des_harness_project --> "*" lib_part : parts
click lib_part href "../../classes/lib_part/"
class lib_part["Part"]
style lib_part fill:#ffe599
des_harness_project --> "*" lib_ComponentRevision : components
click lib_ComponentRevision href "../../classes/lib_ComponentRevision/"
class lib_ComponentRevision["Component Revision"]
style lib_ComponentRevision fill:#ffe599
des_harness_project --> "*" des_project_parameter : parameters
click des_project_parameter href "../../classes/des_project_parameter/"
class des_project_parameter["Project Parameter"]
style des_project_parameter fill:#93c47d
des_harness_project --> "*" des_project_variant : variants
click des_project_variant href "../../classes/des_project_variant/"
class des_project_variant["Hardware Project Variant"]
style des_project_variant fill:#93c47d
des_harness_project --> "*" plt_solution : part of solution
click plt_solution href "../../classes/plt_solution/"
class plt_solution["Solution"]
style plt_solution fill:#cccccc
des_harness_project : id
Comments
Harness Project provides a structured representation of connectivity at the physical wiring level, complementing schematic and PCB projects while maintaining its own lifecycle and identity. It enables engineers to design, document, and validate interconnects in a way that is traceable, manufacturable, and tightly integrated with Multiboard and MCAD workflows within the Altium ecosystem.
Inheritance
- Entity
- Activity
- des_project [ SolutionItem]
- des_harness_project
- des_project [ SolutionItem]
- Activity
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| releases | * |
Hardware Project Release | None | des_project |
| parts | * |
Part | Parts used in this Activity | des_project |
| components | * |
Component Revision | Components used in this Activity | des_project |
| parameters | * |
Project Parameter | TBD | des_project |
| variants | * |
Hardware Project Variant | TBD | des_project |
| part of solution | * |
Solution | None | SolutionItem |
| id | 1 |
GRID | Globally unique identifier across the whole platform. | Entity |
Identifier and Mapping Information
Annotations
| property | value |
|---|---|
| platformAPI | DesProject |