From a53867bbf7209ab7a07068d45e1edbfde8310724 Mon Sep 17 00:00:00 2001 From: David Noble Date: Fri, 7 Mar 2025 11:23:38 +0100 Subject: [PATCH] feat: new Corning module type for MPO breakouts (#2903) * feat: new Corning module type for MPO breakouts * Fixed issues --------- Co-authored-by: Harry Cadby --- .../Corning/ECM-UM08-04-E8GF-ULL.yaml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 module-types/Corning/ECM-UM08-04-E8GF-ULL.yaml diff --git a/module-types/Corning/ECM-UM08-04-E8GF-ULL.yaml b/module-types/Corning/ECM-UM08-04-E8GF-ULL.yaml new file mode 100644 index 000000000..bfdb955ae --- /dev/null +++ b/module-types/Corning/ECM-UM08-04-E8GF-ULL.yaml @@ -0,0 +1,32 @@ +--- +manufacturer: Corning +model: ECM-UM08-04-E8GF-ULL +part_number: ECM-UM08-04-E8GF-ULL +comments: "Corning EDGE Low Loss Module: \r\n* UM = Universal Polarity \r\n* 08 = 8-Strand \r\n* 04 = Shuttered LC Duplex 12 F (pinned) multimode \r\n\ + * Q = 50 um multimode (OM4)" +front-ports: + - name: '{module}1' + type: lc + rear_port: '{module}1-4' + rear_port_position: 1 + comments: Front Port 1 (Strands 1, 12) + - name: '{module}2' + type: lc + rear_port: '{module}1-4' + rear_port_position: 2 + comments: Front Port 2 (Strands 2, 11) + - name: '{module}3' + type: lc + rear_port: '{module}1-4' + rear_port_position: 3 + comments: Front Port 3 (Strands 3, 10) + - name: '{module}4' + type: lc + rear_port: '{module}1-4' + rear_port_position: 4 + comments: Front Port 4 (Strands 4, 9) +rear-ports: + - name: '{module}1-4' + type: mpo + positions: 4 + comments: Rear Port MPO connector ports 1-4 (strands 1-12)