metadata:
  title: Controller harness with two branches
  description: Illustrative connector fanout, not a certified electrical design.

connectors:
  CONTROLLER:
    type: Eight-position controller connector
    pincount: 8
    pinlabels: [SUPPLY_A, RETURN_A, DATA_A, CLOCK_A, SUPPLY_B, RETURN_B, DATA_B, CLOCK_B]
  SENSOR_A: &sensor
    type: Four-position sensor connector
    pincount: 4
    pinlabels: [SUPPLY, RETURN, DATA, CLOCK]
  SENSOR_B:
    <<: *sensor

cables:
  BRANCH_A: &branch
    wirecount: 4
    gauge: 24 AWG
    length: 0.4
    colors: [RD, BK, YE, GN]
  BRANCH_B:
    <<: *branch
    length: 0.8

connections:
  - - CONTROLLER: [1-4]
    - BRANCH_A: [1-4]
    - SENSOR_A: [1-4]
  - - CONTROLLER: [5-8]
    - BRANCH_B: [1-4]
    - SENSOR_B: [1-4]
