|
| 1 | +# Possible Designators |
| 2 | + |
1 | 3 | (copied from <https://en.wikipedia.org/wiki/Reference_designator> and edited lightly) |
2 | 4 |
|
3 | | -| Designator | Component type | Implemented? | |
4 | | -|:--:|:--|:--:| |
5 | | -| A, ASSY | Separable assembly or sub-assembly || |
6 | | -| AE | Aerial, antenna || |
7 | | -| AT | Attenuator or isolator || |
8 | | -| B, BT, BAT | Battery | Yes | |
9 | | -| BR | Bridge rectifier || |
10 | | -| C | Capacitor | Yes | |
11 | | -| CV, VC | Variable capacitor | Yes | |
12 | | -| CN | Connector || |
13 | | -| CRT | Cathode ray tube || |
14 | | -| D, LED, CR | Diode (all types, including LED), thyristor | Yes | |
15 | | -| DL | Delay line || |
16 | | -| DS | Display, general light source, lamp, signal light || |
17 | | -| DSP | Digital signal processor || |
18 | | -| F | Fuse || |
19 | | -| FB | Ferrite bead || |
20 | | -| FD | Fiducial || |
21 | | -| FET | Field-effect transistor || |
22 | | -| FL | Filter || |
23 | | -| G | Generator or oscillator || |
24 | | -| GDT, SVP | Gas discharge tube, Surge Voltage Protector || |
25 | | -| GN | General network || |
26 | | -| H | Pin header || |
27 | | -| HY | Circulator or directional coupler || |
28 | | -| IC, U | Integrated circuit | Partial | |
29 | | -| IR | Infrared Diode | Yes | |
30 | | -| J | Jack (least-movable connector of a connector pair) || |
31 | | -| J, JW | Wire link ("jumper") || |
32 | | -| JFET | Junction gate field-effect transistor || |
33 | | -| JP | Jumper (Link) || |
34 | | -| K, RY, RLA | Relay or contactor || |
35 | | -| L | Inductor or coil or ferrite bead || |
36 | | -| LA | Lightning arrester || |
37 | | -| LCD | Liquid crystal display || |
38 | | -| LDR | Light-dependent resistor || |
39 | | -| LS | Loudspeaker or buzzer || |
40 | | -| M | Motor || |
41 | | -| MCB | Miniature circuit breaker || |
42 | | -| MIC, MK | Microphone || |
43 | | -| MOSFET | Metal-oxide-semiconductor field-effect transistor || |
44 | | -| MP | Mechanical part (including screws and fasteners) || |
45 | | -| NE | Neon lamp || |
46 | | -| OP | Opto-isolator || |
47 | | -| P | Plug (most-movable connector of a connector pair) || |
48 | | -| PCB | Printed circuit board || |
49 | | -| PLC | Programmable logic controller || |
50 | | -| PS | Power supply || |
51 | | -| PU | Pickup || |
52 | | -| Q | Transistor (all types) || |
53 | | -| R | Resistor | Yes | |
54 | | -| RV, VR | Variable resistor (potentiometer or rheostat) | Yes | |
55 | | -| RN | Resistor network || |
56 | | -| RT | Thermistor || |
57 | | -| S, SW | Switch (all types, including buttons) || |
58 | | -| SCR | Silicon-controlled rectifier || |
59 | | -| SUS | Silicon unilateral switch || |
60 | | -| T | Transformer || |
61 | | -| TC | Thermocouple || |
62 | | -| TFT | Thin-film transistor (display) || |
63 | | -| TH | Thermistor || |
64 | | -| TP | Test point || |
65 | | -| TUN | Tuner || |
66 | | -| V | Vacuum tube || |
67 | | -| VDR, MOV | Voltage-dependent resistor (varistor) || |
68 | | -| VFD | Vacuum fluorescent display || |
69 | | -| VT | Voltage transformer || |
70 | | -| W | Wire | (implicit) | |
71 | | -| X, XTAL, Y | Crystal oscillator, ceramic resonator || |
| 5 | +This is a list of all components that Schemascii *might* support. For a complete list of all supported components, (generated from the implementation file), please see [supported-components.md](./supported-components.md). If a component you want is not supported, have a look at [#3](https://github.com/dragoncoder047/schemascii/issues/3) or fork and implement it yourself. |
| 6 | + |
| 7 | +| Designator | Component type | |
| 8 | +|:--:|:--| |
| 9 | +| A, ASSY | Separable assembly or sub-assembly | |
| 10 | +| AE | Aerial, antenna | |
| 11 | +| AT | Attenuator or isolator | |
| 12 | +| B, BT, BAT | Battery | |
| 13 | +| BR | Bridge rectifier | |
| 14 | +| C | Capacitor | |
| 15 | +| CV, VC | Variable capacitor | |
| 16 | +| CN | Connector | |
| 17 | +| CRT | Cathode ray tube | |
| 18 | +| D, LED, CR | Diode (all types, including LED), thyristor | |
| 19 | +| DL | Delay line | |
| 20 | +| DS | Display, general light source, lamp, signal light | |
| 21 | +| DSP | Digital signal processor | |
| 22 | +| F | Fuse | |
| 23 | +| FB | Ferrite bead | |
| 24 | +| FD | Fiducial | |
| 25 | +| FET | Field-effect transistor | |
| 26 | +| FL | Filter | |
| 27 | +| G | Generator or oscillator | |
| 28 | +| GDT, SVP | Gas discharge tube, Surge Voltage Protector | |
| 29 | +| GN | General network | |
| 30 | +| H | Pin header | |
| 31 | +| HY | Circulator or directional coupler | |
| 32 | +| IC, U | Integrated circuit | |
| 33 | +| IR | Infrared Diode | |
| 34 | +| J | Jack (least-movable connector of a connector pair) | |
| 35 | +| J, JW | Wire link ("jumper") | |
| 36 | +| JFET | Junction gate field-effect transistor | |
| 37 | +| JP | Jumper (Link) | |
| 38 | +| K, RY, RLA | Relay or contactor | |
| 39 | +| L | Inductor or coil or ferrite bead | |
| 40 | +| LA | Lightning arrester | |
| 41 | +| LCD | Liquid crystal display | |
| 42 | +| LDR | Light-dependent resistor | |
| 43 | +| LS | Loudspeaker or buzzer | |
| 44 | +| M | Motor | |
| 45 | +| MCB | Miniature circuit breaker | |
| 46 | +| MIC, MK | Microphone | |
| 47 | +| MOSFET | Metal-oxide-semiconductor field-effect transistor | |
| 48 | +| MP | Mechanical part (including screws and fasteners) | |
| 49 | +| NE | Neon lamp | |
| 50 | +| OP | Opto-isolator | |
| 51 | +| P | Plug (most-movable connector of a connector pair) | |
| 52 | +| PCB | Printed circuit board | |
| 53 | +| PLC | Programmable logic controller | |
| 54 | +| PS | Power supply | |
| 55 | +| PU | Pickup | |
| 56 | +| Q | Transistor (all types) | |
| 57 | +| R | Resistor | |
| 58 | +| RV, VR | Variable resistor (potentiometer or rheostat) | |
| 59 | +| RN | Resistor network | |
| 60 | +| RT | Thermistor | |
| 61 | +| S, SW | Switch (all types, including buttons) | |
| 62 | +| SCR | Silicon-controlled rectifier | |
| 63 | +| SUS | Silicon unilateral switch | |
| 64 | +| T | Transformer | |
| 65 | +| TC | Thermocouple | |
| 66 | +| TFT | Thin-film transistor (display) | |
| 67 | +| TH | Thermistor | |
| 68 | +| TP | Test point | |
| 69 | +| TUN | Tuner | |
| 70 | +| V | Vacuum tube | |
| 71 | +| VDR, MOV | Voltage-dependent resistor (varistor) | |
| 72 | +| VFD | Vacuum fluorescent display | |
| 73 | +| VT | Voltage transformer | |
| 74 | +| W | Wire | |
| 75 | +| X, XTAL, Y | Crystal oscillator, ceramic resonator | |
0 commit comments