From 4fe49c0eb405e64dc48c8418c925c19547918516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Mon, 27 Nov 2023 16:45:34 +0100 Subject: [PATCH] add generic MOV --- resistor/varistor_mov.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 resistor/varistor_mov.yaml diff --git a/resistor/varistor_mov.yaml b/resistor/varistor_mov.yaml new file mode 100644 index 0000000..7dad0b7 --- /dev/null +++ b/resistor/varistor_mov.yaml @@ -0,0 +1,24 @@ +name: MOV +variations: 0805, 1206 +description: metal-oxide varistor +keywords: varistor + +schematic: + symbol: resistor + option: varistor + +housing@0805: + suffix: _0805 + pattern: chip + bodyWidth: 1.0-1.5 + bodyLength: 1.75-2.25 + height: 1.4 + leadLength: 0.25-0.75 + +housing@1206: + suffix: _1206 + pattern: chip + bodyWidth: 1.3-1.9 + bodyLength: 2.9-3.5 + height: 1.9 + leadLength: 0.3-0.7