metadata:
  title: Shielded signal cable
  description: Illustrative single-ended shield example, not a certified electrical design.

connectors:
  CONTROLLER:
    type: Three-position controller connector
    pincount: 3
    pinlabels: [SIGNAL_PLUS, SIGNAL_MINUS, SHIELD]
  SENSOR:
    type: Two-position sensor connector
    pincount: 2
    pinlabels: [SIGNAL_PLUS, SIGNAL_MINUS]

cables:
  W1:
    type: Shielded two-core cable
    wirecount: 2
    gauge: 24 AWG
    length: 1.5
    colors: [BU, WH]
    wirelabels: [SIGNAL_PLUS, SIGNAL_MINUS]
    shield: true

connections:
  - - CONTROLLER: [1, 2]
    - W1: [1, 2]
    - SENSOR: [1, 2]
  - - CONTROLLER: 3
    - W1: s
