aboutsummaryrefslogtreecommitdiff
path: root/tables/panels-jacks-color-coding.typ
blob: 3f849a12dc34ecc47826455b8201db5b14f6b686 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// SAME Analog Modular Ecosystem
//
#import "../lib/unify.typ": qty

#figure(
  table(
    columns: 2,
    table.header([Jack color], [Signal type]),
    [White], [Input (bipolar)],
    [Light blue], [Output (bipolar)],
    [Light yellow], [Output (unipolar)],
    [Red], [Output (gate)],
    [Yellow], [Output (reference $plus qty(10, "V")$)],
    [Blue], [Output (reference $qty(-10, "V")$)],
    [Black], [Analog ground],
  ),
  caption: [Jacks color coding],
) <table-panels-jacks-color-coding>