Add EasyEDA Pro EPRO2 source ingestion (3/5 batch test)
打通 oshwhub origin=pro 现代 Pro 3.x 工程的 EPRO2 源抓取链路。3/5
modern Pro 项目完整解出(共 8423 docs / 542 MB plain):
- X86 主板 7374 docs / 481 MB plain (chain=85, editor=3.2.15)
- 220V 桌面电源 771 docs / 26 MB plain (chain=28, editor=3.2.69)
- ESP-VoCat 278 docs / 7.5 MB plain (chain=12, editor=3.2.91)
剩余 2/5 是 legacy Pro 2.x(立创泰山派 RK3566、梁山派),项目 meta
返回 branch_uuid=null + editorVersion="2.1.40",没有 git-style chain
模型,文档直接挂在 boards[].sch/pcb 字段上,访问端点暂未挖通;元
数据落库 metadata.json,source/ 留空。
实现要点:
- fetch_pro_source(): 4 步流程(project → branch HEAD → structures
→ /branches/<B>/histories/<HEAD> 即返完整 chain,无需 ?limit 批量
端点)+ 逐 history 走 AES-128-GCM 解密(16 字节 IV,pycryptodome
原生支持)+ gunzip + 按 DOCHEAD 切 per-doc EPRO2 流
- EPRO2 解析坑:行末单 `|` 是行终止符不是字段分隔符,必须先
rstrip("|") 再 split("||"),否则 payload JSON 解析失败 silently
swallow 导致 cur_doc 不设 → 第一轮 X86 板 7374 docs 抽出来只剩 2 个
- docType 实测远不止 BOARD/PCB/SCH/SCH_PAGE,还含 SYMBOL /
FOOTPRINT / DEVICE / BLOB / FONT / CONFIG —— Pro 把组件库快照也
随项目存到 history,下游做 EPRO2→KiCad 转换时必须先把这些 lib
doc 加载进 symbol cache
- Pro 2.x vs 3.x 是不同存储模型 —— 3.x 走 branch 模型(已打通),
2.x 走 boards[] 直链(未打通);判别条件:project meta 的
branch_uuid 是否为 null
CLI 新增 --with-pro-source / --backfill-pro-source / --pro-cookie /
--origin(按 origin 字段服务端过滤 listing API),crawl_one() 按
origin=pro 自动 dispatch 到 Pro fetcher。
schema:docType 类型从 integer 放宽到 [integer, string, null]
(兼容 Std 的 1/3 + Pro 的 BOARD/SCH 等),新增 message_count 字段。
License 注意:本批 5 个项目全是 NC-SA / GPL,未达 Pro source doc
§4.2 Forge 白名单(MIT/BSD/Apache/CC0/CC-BY/CERN-OHL-P/Unlicense)。
按 CLAUDE.md "研究用、不再分发" 原则 raw 入库无碍;Forge 投影时
另过白名单。
详细技术细节见 docs/sources/easyeda_pro_source.md rev 3 + log.md。
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,581 @@
|
||||
{"type":"DOCHEAD","ticket":8937}||{"docType":"SYMBOL","client":"d65f147c8efe27cb","uuid":"2efcbe073db07ef6","updateTime":1759497311179,"version":"1672927653"}|
|
||||
{"type":"META","ticket":8938,"id":"META"}||{"title":"IMX307LQR-C","description":"","tags":[],"docType":2,"source":"d1ea3796b5d747e7b610dda99ce8b6ab|4648a6dfffbf4ad1b60679516b836c88"}|
|
||||
{"type":"DOCHEAD"}||{"docType":"SYMBOL","client":"5e6c9be73f9bdd89","uuid":"2efcbe073db07ef6","updateTime":1759497306101,"version":"1672927653"}|
|
||||
{"type":"CANVAS","ticket":1,"id":"CANVAS"}||{"originX":0,"originY":0}|
|
||||
{"type":"PART","ticket":2,"id":"0.1"}||{"BBOX":[-190,190,190,-180],"title":"0.1"}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":3,"id":"f2b29a08b952cc30"}||{"dataType":"ATTR","max":496}|
|
||||
{"type":"ATTR","ticket":4,"id":"e497"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":1,"parentId":"","key":"Name","value":"","keyVisible":false,"valueVisible":false,"x":-220,"y":220,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":5,"id":"974f7ed2bdaba56a"}||{"dataType":"RECT","max":2}|
|
||||
{"type":"RECT","ticket":6,"id":"e3"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":2,"dotX1":-190,"dotY1":-190,"dotX2":190,"dotY2":180,"radiusX":0,"radiusY":0,"rotation":0,"strokeColor":null,"strokeStyle":null,"fillColor":null,"strokeWidth":null,"fillStyle":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":7,"id":"98e69e59f23c8a35"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":8,"id":"e4"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":3,"display":true,"x":-220,"y":-140,"length":30,"rotation":0,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":9,"id":"e5"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":4,"parentId":"e4","key":"Pin Name","value":"VDDLCN","keyVisible":false,"valueVisible":true,"x":-182,"y":-140,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":10,"id":"e6"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":5,"parentId":"e4","key":"Pin Number","value":"D11","keyVisible":false,"valueVisible":true,"x":-195,"y":-140,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":11,"id":"e7"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":6,"parentId":"e4","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":12,"id":"91371d1d485135db"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":13,"id":"e8"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":7,"display":true,"x":-220,"y":-130,"length":30,"rotation":0,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":14,"id":"e9"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":8,"parentId":"e8","key":"Pin Name","value":"VDDLSC","keyVisible":false,"valueVisible":true,"x":-182,"y":-130,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":15,"id":"e10"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":9,"parentId":"e8","key":"Pin Number","value":"E4","keyVisible":false,"valueVisible":true,"x":-195,"y":-130,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":16,"id":"e11"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":10,"parentId":"e8","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":17,"id":"22274648c0786c88"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":18,"id":"e12"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":11,"display":true,"x":-220,"y":-120,"length":30,"rotation":0,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":19,"id":"e13"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":12,"parentId":"e12","key":"Pin Name","value":"VDDLSC","keyVisible":false,"valueVisible":true,"x":-182,"y":-120,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":20,"id":"e14"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":13,"parentId":"e12","key":"Pin Number","value":"E8","keyVisible":false,"valueVisible":true,"x":-195,"y":-120,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":21,"id":"e15"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":14,"parentId":"e12","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":22,"id":"c9d8f93361f42683"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":23,"id":"e16"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":15,"display":true,"x":-220,"y":-110,"length":30,"rotation":0,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":24,"id":"e17"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":16,"parentId":"e16","key":"Pin Name","value":"VDDLSC","keyVisible":false,"valueVisible":true,"x":-182,"y":-110,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":25,"id":"e18"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":17,"parentId":"e16","key":"Pin Number","value":"K5","keyVisible":false,"valueVisible":true,"x":-195,"y":-110,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":26,"id":"e19"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":18,"parentId":"e16","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":27,"id":"8bbbd65fc8549007"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":28,"id":"e20"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":19,"display":true,"x":-220,"y":-100,"length":30,"rotation":0,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":29,"id":"e21"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":20,"parentId":"e20","key":"Pin Name","value":"VDDLIF","keyVisible":false,"valueVisible":true,"x":-182,"y":-100,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":30,"id":"e22"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":21,"parentId":"e20","key":"Pin Number","value":"K6","keyVisible":false,"valueVisible":true,"x":-195,"y":-100,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":31,"id":"e23"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":22,"parentId":"e20","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":32,"id":"f841406a6f95a6da"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":33,"id":"e24"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":23,"display":true,"x":-220,"y":-90,"length":30,"rotation":0,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":34,"id":"e25"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":24,"parentId":"e24","key":"Pin Name","value":"VDDLIF","keyVisible":false,"valueVisible":true,"x":-182,"y":-90,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":35,"id":"e26"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":25,"parentId":"e24","key":"Pin Number","value":"K7","keyVisible":false,"valueVisible":true,"x":-195,"y":-90,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":36,"id":"e27"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":26,"parentId":"e24","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":37,"id":"0c1f1ed4920f5f0b"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":38,"id":"e28"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":27,"display":true,"x":-220,"y":-80,"length":30,"rotation":0,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":39,"id":"e29"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":28,"parentId":"e28","key":"Pin Name","value":"VDDLSC","keyVisible":false,"valueVisible":true,"x":-182,"y":-80,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":40,"id":"e30"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":29,"parentId":"e28","key":"Pin Number","value":"K8","keyVisible":false,"valueVisible":true,"x":-195,"y":-80,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":41,"id":"e31"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":30,"parentId":"e28","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":42,"id":"e1cf52b9782c01e4"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":43,"id":"e32"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":31,"display":true,"x":-220,"y":-70,"length":30,"rotation":0,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":44,"id":"e33"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":32,"parentId":"e32","key":"Pin Name","value":"VDDLCN","keyVisible":false,"valueVisible":true,"x":-182,"y":-70,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":45,"id":"e34"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":33,"parentId":"e32","key":"Pin Number","value":"M11","keyVisible":false,"valueVisible":true,"x":-195,"y":-70,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":46,"id":"e35"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":34,"parentId":"e32","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":47,"id":"4f3be5cb7d97a0b8"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":48,"id":"e36"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":35,"display":true,"x":-220,"y":-60,"length":30,"rotation":0,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":49,"id":"e37"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":36,"parentId":"e36","key":"Pin Name","value":"VSSLSC","keyVisible":false,"valueVisible":true,"x":-182,"y":-60,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":50,"id":"e38"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":37,"parentId":"e36","key":"Pin Number","value":"D4","keyVisible":false,"valueVisible":true,"x":-195,"y":-60,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":51,"id":"e39"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":38,"parentId":"e36","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":52,"id":"94760214f5aa5bf3"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":53,"id":"e40"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":39,"display":true,"x":-220,"y":-50,"length":30,"rotation":0,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":54,"id":"e41"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":40,"parentId":"e40","key":"Pin Name","value":"VSSLSC","keyVisible":false,"valueVisible":true,"x":-182,"y":-50,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":55,"id":"e42"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":41,"parentId":"e40","key":"Pin Number","value":"D8","keyVisible":false,"valueVisible":true,"x":-195,"y":-50,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":56,"id":"e43"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":42,"parentId":"e40","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":57,"id":"a7c30de3499710ea"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":58,"id":"e44"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":43,"display":true,"x":-220,"y":-40,"length":30,"rotation":0,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":59,"id":"e45"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":44,"parentId":"e44","key":"Pin Name","value":"VSSLCN","keyVisible":false,"valueVisible":true,"x":-182,"y":-40,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":60,"id":"e46"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":45,"parentId":"e44","key":"Pin Number","value":"D10","keyVisible":false,"valueVisible":true,"x":-195,"y":-40,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":61,"id":"e47"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":46,"parentId":"e44","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":62,"id":"49e7d07f04ca057f"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":63,"id":"e48"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":47,"display":true,"x":-220,"y":-30,"length":30,"rotation":0,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":64,"id":"e49"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":48,"parentId":"e48","key":"Pin Name","value":"VSSLSC","keyVisible":false,"valueVisible":true,"x":-182,"y":-30,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":65,"id":"e50"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":49,"parentId":"e48","key":"Pin Number","value":"E10","keyVisible":false,"valueVisible":true,"x":-195,"y":-30,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":66,"id":"e51"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":50,"parentId":"e48","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":67,"id":"7182b40678eb150f"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":68,"id":"e52"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":51,"display":true,"x":-220,"y":-20,"length":30,"rotation":0,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":69,"id":"e53"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":52,"parentId":"e52","key":"Pin Name","value":"VSSLSC","keyVisible":false,"valueVisible":true,"x":-182,"y":-20,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":70,"id":"e54"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":53,"parentId":"e52","key":"Pin Number","value":"L5","keyVisible":false,"valueVisible":true,"x":-195,"y":-20,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":71,"id":"e55"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":54,"parentId":"e52","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":72,"id":"0958906544b68f71"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":73,"id":"e56"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":55,"display":true,"x":-220,"y":-10,"length":30,"rotation":0,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":74,"id":"e57"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":56,"parentId":"e56","key":"Pin Name","value":"VSSLIF","keyVisible":false,"valueVisible":true,"x":-182,"y":-10,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":75,"id":"e58"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":57,"parentId":"e56","key":"Pin Number","value":"L6","keyVisible":false,"valueVisible":true,"x":-195,"y":-10,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":76,"id":"e59"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":58,"parentId":"e56","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":77,"id":"28261530b8cf76c6"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":78,"id":"e60"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":59,"display":true,"x":-220,"y":0,"length":30,"rotation":0,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":79,"id":"e61"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":60,"parentId":"e60","key":"Pin Name","value":"VSSLIF","keyVisible":false,"valueVisible":true,"x":-182,"y":0,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":80,"id":"e62"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":61,"parentId":"e60","key":"Pin Number","value":"L7","keyVisible":false,"valueVisible":true,"x":-195,"y":0,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":81,"id":"e63"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":62,"parentId":"e60","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":82,"id":"5a5955f4dae043a9"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":83,"id":"e64"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":63,"display":true,"x":-220,"y":10,"length":30,"rotation":0,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":84,"id":"e65"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":64,"parentId":"e64","key":"Pin Name","value":"VSSLSC","keyVisible":false,"valueVisible":true,"x":-182,"y":10,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":85,"id":"e66"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":65,"parentId":"e64","key":"Pin Number","value":"L8","keyVisible":false,"valueVisible":true,"x":-195,"y":10,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":86,"id":"e67"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":66,"parentId":"e64","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":87,"id":"8b8dc67560ea1360"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":88,"id":"e68"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":67,"display":true,"x":-220,"y":20,"length":30,"rotation":0,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":89,"id":"e69"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":68,"parentId":"e68","key":"Pin Name","value":"VSSLSC","keyVisible":false,"valueVisible":true,"x":-182,"y":20,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":90,"id":"e70"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":69,"parentId":"e68","key":"Pin Number","value":"L11","keyVisible":false,"valueVisible":true,"x":-195,"y":20,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":91,"id":"e71"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":70,"parentId":"e68","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":92,"id":"3fc9c7cd17080d7f"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":93,"id":"e72"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":71,"display":true,"x":-220,"y":30,"length":30,"rotation":0,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":94,"id":"e73"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":72,"parentId":"e72","key":"Pin Name","value":"VSSLIF","keyVisible":false,"valueVisible":true,"x":-182,"y":30,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":95,"id":"e74"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":73,"parentId":"e72","key":"Pin Number","value":"M5","keyVisible":false,"valueVisible":true,"x":-195,"y":30,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":96,"id":"e75"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":74,"parentId":"e72","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":97,"id":"c51f9f06a860a60c"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":98,"id":"e76"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":75,"display":true,"x":-220,"y":40,"length":30,"rotation":0,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":99,"id":"e77"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":76,"parentId":"e76","key":"Pin Name","value":"VSSLIF","keyVisible":false,"valueVisible":true,"x":-182,"y":40,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":100,"id":"e78"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":77,"parentId":"e76","key":"Pin Number","value":"M6","keyVisible":false,"valueVisible":true,"x":-195,"y":40,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":101,"id":"e79"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":78,"parentId":"e76","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":102,"id":"86e3b362e615145f"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":103,"id":"e80"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":79,"display":true,"x":-220,"y":50,"length":30,"rotation":0,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":104,"id":"e81"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":80,"parentId":"e80","key":"Pin Name","value":"VSSLIF","keyVisible":false,"valueVisible":true,"x":-182,"y":50,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":105,"id":"e82"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":81,"parentId":"e80","key":"Pin Number","value":"M7","keyVisible":false,"valueVisible":true,"x":-195,"y":50,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":106,"id":"e83"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":82,"parentId":"e80","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":107,"id":"8aa47c6ea8a08a9f"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":108,"id":"e84"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":83,"display":true,"x":-220,"y":60,"length":30,"rotation":0,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":109,"id":"e85"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":84,"parentId":"e84","key":"Pin Name","value":"VSSLIF","keyVisible":false,"valueVisible":true,"x":-182,"y":60,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":110,"id":"e86"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":85,"parentId":"e84","key":"Pin Number","value":"M8","keyVisible":false,"valueVisible":true,"x":-195,"y":60,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":111,"id":"e87"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":86,"parentId":"e84","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":112,"id":"b31bf802fb08e88d"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":113,"id":"e88"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":87,"display":true,"x":-220,"y":70,"length":30,"rotation":0,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":114,"id":"e89"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":88,"parentId":"e88","key":"Pin Name","value":"VSSLIF","keyVisible":false,"valueVisible":true,"x":-182,"y":70,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":115,"id":"e90"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":89,"parentId":"e88","key":"Pin Number","value":"M9","keyVisible":false,"valueVisible":true,"x":-195,"y":70,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":116,"id":"e91"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":90,"parentId":"e88","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":117,"id":"a45039f48ba08132"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":118,"id":"e92"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":91,"display":true,"x":-220,"y":80,"length":30,"rotation":0,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":119,"id":"e93"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":92,"parentId":"e92","key":"Pin Name","value":"VSSLCN","keyVisible":false,"valueVisible":true,"x":-182,"y":80,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":120,"id":"e94"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":93,"parentId":"e92","key":"Pin Number","value":"M10","keyVisible":false,"valueVisible":true,"x":-195,"y":80,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":121,"id":"e95"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":94,"parentId":"e92","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":122,"id":"332c856646b46a49"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":123,"id":"e96"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":95,"display":true,"x":-220,"y":90,"length":30,"rotation":0,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":124,"id":"e97"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":96,"parentId":"e96","key":"Pin Name","value":"VSSLSC","keyVisible":false,"valueVisible":true,"x":-182,"y":90,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":125,"id":"e98"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":97,"parentId":"e96","key":"Pin Number","value":"N3","keyVisible":false,"valueVisible":true,"x":-195,"y":90,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":126,"id":"e99"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":98,"parentId":"e96","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":127,"id":"79b32680cc59e3a8"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":128,"id":"e100"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":99,"display":true,"x":-220,"y":100,"length":30,"rotation":0,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":129,"id":"e101"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":100,"parentId":"e100","key":"Pin Name","value":"VLOADLM","keyVisible":false,"valueVisible":true,"x":-182,"y":100,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":130,"id":"e102"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":101,"parentId":"e100","key":"Pin Number","value":"A3","keyVisible":false,"valueVisible":true,"x":-195,"y":100,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":131,"id":"e103"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":102,"parentId":"e100","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":132,"id":"903ca982ac3ee1cd"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":133,"id":"e104"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":103,"display":true,"x":-220,"y":110,"length":30,"rotation":0,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":134,"id":"e105"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":104,"parentId":"e104","key":"Pin Name","value":"VRLFR","keyVisible":false,"valueVisible":true,"x":-182,"y":110,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":135,"id":"e106"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":105,"parentId":"e104","key":"Pin Number","value":"A5","keyVisible":false,"valueVisible":true,"x":-195,"y":110,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":136,"id":"e107"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":106,"parentId":"e104","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":137,"id":"8d3a79e861bc701d"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":138,"id":"e108"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":107,"display":true,"x":-220,"y":120,"length":30,"rotation":0,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":139,"id":"e109"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":108,"parentId":"e108","key":"Pin Name","value":"VRLST","keyVisible":false,"valueVisible":true,"x":-182,"y":120,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":140,"id":"e110"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":109,"parentId":"e108","key":"Pin Number","value":"B5","keyVisible":false,"valueVisible":true,"x":-195,"y":120,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":141,"id":"e111"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":110,"parentId":"e108","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":142,"id":"0a4bfcd962e27419"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":143,"id":"e112"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":111,"display":true,"x":-220,"y":130,"length":30,"rotation":0,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":144,"id":"e113"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":112,"parentId":"e112","key":"Pin Name","value":"TAMON","keyVisible":false,"valueVisible":true,"x":-184,"y":130,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":145,"id":"e114"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":113,"parentId":"e112","key":"Pin Number","value":"C10","keyVisible":false,"valueVisible":true,"x":-195,"y":130,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":146,"id":"e115"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":114,"parentId":"e112","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":147,"id":"9f7a7987d5e9b8da"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":148,"id":"e116"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":115,"display":true,"x":-160,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":149,"id":"e117"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":116,"parentId":"e116","key":"Pin Name","value":"VBGR","keyVisible":false,"valueVisible":true,"x":-160,"y":175,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":150,"id":"e118"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":117,"parentId":"e116","key":"Pin Number","value":"C11","keyVisible":false,"valueVisible":true,"x":-160,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":151,"id":"e119"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":118,"parentId":"e116","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":152,"id":"22168b14f65769bc"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":153,"id":"e120"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":119,"display":true,"x":-150,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":154,"id":"e121"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":120,"parentId":"e120","key":"Pin Name","value":"TENABLE","keyVisible":false,"valueVisible":true,"x":-150,"y":176,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":155,"id":"e122"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":121,"parentId":"e120","key":"Pin Number","value":"E11","keyVisible":false,"valueVisible":true,"x":-150,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":156,"id":"e123"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":122,"parentId":"e120","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":157,"id":"ee09f98d51a29a72"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":158,"id":"e124"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":123,"display":true,"x":-140,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":159,"id":"e125"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":124,"parentId":"e124","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":-140,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":160,"id":"e126"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":125,"parentId":"e124","key":"Pin Number","value":"A1","keyVisible":false,"valueVisible":true,"x":-140,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":161,"id":"e127"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":126,"parentId":"e124","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":162,"id":"64eda640d35624b5"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":163,"id":"e128"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":127,"display":true,"x":-130,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":164,"id":"e129"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":128,"parentId":"e128","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":-130,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":165,"id":"e130"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":129,"parentId":"e128","key":"Pin Number","value":"A11","keyVisible":false,"valueVisible":true,"x":-130,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":166,"id":"e131"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":130,"parentId":"e128","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":167,"id":"2e635a259fed33ca"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":168,"id":"e132"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":131,"display":true,"x":-120,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":169,"id":"e133"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":132,"parentId":"e132","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":-120,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":170,"id":"e134"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":133,"parentId":"e132","key":"Pin Number","value":"C4","keyVisible":false,"valueVisible":true,"x":-120,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":171,"id":"e135"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":134,"parentId":"e132","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":172,"id":"d9e39a926d335ebe"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":173,"id":"e136"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":135,"display":true,"x":-110,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":174,"id":"e137"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":136,"parentId":"e136","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":-110,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":175,"id":"e138"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":137,"parentId":"e136","key":"Pin Number","value":"C5","keyVisible":false,"valueVisible":true,"x":-110,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":176,"id":"e139"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":138,"parentId":"e136","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":177,"id":"001813fef012de96"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":178,"id":"e140"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":139,"display":true,"x":-100,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":179,"id":"e141"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":140,"parentId":"e140","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":-100,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":180,"id":"e142"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":141,"parentId":"e140","key":"Pin Number","value":"C6","keyVisible":false,"valueVisible":true,"x":-100,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":181,"id":"e143"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":142,"parentId":"e140","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":182,"id":"4319220acadfd43e"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":183,"id":"e144"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":143,"display":true,"x":-90,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":184,"id":"e145"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":144,"parentId":"e144","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":-90,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":185,"id":"e146"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":145,"parentId":"e144","key":"Pin Number","value":"C7","keyVisible":false,"valueVisible":true,"x":-90,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":186,"id":"e147"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":146,"parentId":"e144","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":187,"id":"51256e89d9bc1962"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":188,"id":"e148"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":147,"display":true,"x":-80,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":189,"id":"e149"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":148,"parentId":"e148","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":-80,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":190,"id":"e150"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":149,"parentId":"e148","key":"Pin Number","value":"C8","keyVisible":false,"valueVisible":true,"x":-80,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":191,"id":"e151"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":150,"parentId":"e148","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":192,"id":"5f974ef0bace0db4"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":193,"id":"e152"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":151,"display":true,"x":-70,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":194,"id":"e153"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":152,"parentId":"e152","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":-70,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":195,"id":"e154"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":153,"parentId":"e152","key":"Pin Number","value":"C9","keyVisible":false,"valueVisible":true,"x":-70,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":196,"id":"e155"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":154,"parentId":"e152","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":197,"id":"535b68b0907777d9"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":198,"id":"e156"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":155,"display":true,"x":-60,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":199,"id":"e157"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":156,"parentId":"e156","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":-60,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":200,"id":"e158"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":157,"parentId":"e156","key":"Pin Number","value":"D5","keyVisible":false,"valueVisible":true,"x":-60,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":201,"id":"e159"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":158,"parentId":"e156","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":202,"id":"4da0479a5ec66e1b"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":203,"id":"e160"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":159,"display":true,"x":-50,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":204,"id":"e161"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":160,"parentId":"e160","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":-50,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":205,"id":"e162"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":161,"parentId":"e160","key":"Pin Number","value":"D6","keyVisible":false,"valueVisible":true,"x":-50,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":206,"id":"e163"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":162,"parentId":"e160","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":207,"id":"af781ca8bc9c400d"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":208,"id":"e164"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":163,"display":true,"x":-40,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":209,"id":"e165"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":164,"parentId":"e164","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":-40,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":210,"id":"e166"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":165,"parentId":"e164","key":"Pin Number","value":"D7","keyVisible":false,"valueVisible":true,"x":-40,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":211,"id":"e167"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":166,"parentId":"e164","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":212,"id":"ffc3f79e9e25e23b"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":213,"id":"e168"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":167,"display":true,"x":-30,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":214,"id":"e169"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":168,"parentId":"e168","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":-30,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":215,"id":"e170"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":169,"parentId":"e168","key":"Pin Number","value":"D9","keyVisible":false,"valueVisible":true,"x":-30,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":216,"id":"e171"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":170,"parentId":"e168","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":217,"id":"48571b5ee0e0294d"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":218,"id":"e172"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":171,"display":true,"x":-20,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":219,"id":"e173"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":172,"parentId":"e172","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":-20,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":220,"id":"e174"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":173,"parentId":"e172","key":"Pin Number","value":"E5","keyVisible":false,"valueVisible":true,"x":-20,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":221,"id":"e175"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":174,"parentId":"e172","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":222,"id":"562c2323f28b24b3"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":223,"id":"e176"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":175,"display":true,"x":-10,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":224,"id":"e177"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":176,"parentId":"e176","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":-10,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":225,"id":"e178"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":177,"parentId":"e176","key":"Pin Number","value":"E6","keyVisible":false,"valueVisible":true,"x":-10,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":226,"id":"e179"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":178,"parentId":"e176","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":227,"id":"99455c3613f1042e"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":228,"id":"e180"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":179,"display":true,"x":0,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":229,"id":"e181"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":180,"parentId":"e180","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":0,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":230,"id":"e182"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":181,"parentId":"e180","key":"Pin Number","value":"E7","keyVisible":false,"valueVisible":true,"x":0,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":231,"id":"e183"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":182,"parentId":"e180","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":232,"id":"94092a852d514bc7"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":233,"id":"e184"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":183,"display":true,"x":10,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":234,"id":"e185"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":184,"parentId":"e184","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":10,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":235,"id":"e186"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":185,"parentId":"e184","key":"Pin Number","value":"E9","keyVisible":false,"valueVisible":true,"x":10,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":236,"id":"e187"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":186,"parentId":"e184","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":237,"id":"9018b3bf4f9666e2"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":238,"id":"e188"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":187,"display":true,"x":20,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":239,"id":"e189"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":188,"parentId":"e188","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":20,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":240,"id":"e190"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":189,"parentId":"e188","key":"Pin Number","value":"K4","keyVisible":false,"valueVisible":true,"x":20,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":241,"id":"e191"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":190,"parentId":"e188","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":242,"id":"640993a15d91f842"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":243,"id":"e192"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":191,"display":true,"x":30,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":244,"id":"e193"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":192,"parentId":"e192","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":30,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":245,"id":"e194"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":193,"parentId":"e192","key":"Pin Number","value":"K9","keyVisible":false,"valueVisible":true,"x":30,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":246,"id":"e195"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":194,"parentId":"e192","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":247,"id":"8ad8e7646ec56ae9"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":248,"id":"e196"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":195,"display":true,"x":40,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":249,"id":"e197"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":196,"parentId":"e196","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":40,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":250,"id":"e198"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":197,"parentId":"e196","key":"Pin Number","value":"L4","keyVisible":false,"valueVisible":true,"x":40,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":251,"id":"e199"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":198,"parentId":"e196","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":252,"id":"ddf175d473b03f8c"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":253,"id":"e200"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":199,"display":true,"x":50,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":254,"id":"e201"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":200,"parentId":"e200","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":50,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":255,"id":"e202"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":201,"parentId":"e200","key":"Pin Number","value":"L9","keyVisible":false,"valueVisible":true,"x":50,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":256,"id":"e203"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":202,"parentId":"e200","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":257,"id":"28e1d0800e5cd85b"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":258,"id":"e204"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":203,"display":true,"x":60,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":259,"id":"e205"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":204,"parentId":"e204","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":60,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":260,"id":"e206"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":205,"parentId":"e204","key":"Pin Number","value":"M4","keyVisible":false,"valueVisible":true,"x":60,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":261,"id":"e207"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":206,"parentId":"e204","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":262,"id":"7b0904d84c13a4fc"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":263,"id":"e208"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":207,"display":true,"x":70,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":264,"id":"e209"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":208,"parentId":"e208","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":70,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":265,"id":"e210"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":209,"parentId":"e208","key":"Pin Number","value":"N4","keyVisible":false,"valueVisible":true,"x":70,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":266,"id":"e211"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":210,"parentId":"e208","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":267,"id":"88b12a49ec08b505"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":268,"id":"e212"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":211,"display":true,"x":80,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":269,"id":"e213"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":212,"parentId":"e212","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":80,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":270,"id":"e214"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":213,"parentId":"e212","key":"Pin Number","value":"P1","keyVisible":false,"valueVisible":true,"x":80,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":271,"id":"e215"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":214,"parentId":"e212","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":272,"id":"6a9d155b80ce40c4"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":273,"id":"e216"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":215,"display":true,"x":90,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":274,"id":"e217"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":216,"parentId":"e216","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":90,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":275,"id":"e218"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":217,"parentId":"e216","key":"Pin Number","value":"P4","keyVisible":false,"valueVisible":true,"x":90,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":276,"id":"e219"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":218,"parentId":"e216","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":277,"id":"6c47abb1e07c4166"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":278,"id":"e220"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":219,"display":true,"x":100,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":279,"id":"e221"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":220,"parentId":"e220","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":100,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":280,"id":"e222"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":221,"parentId":"e220","key":"Pin Number","value":"P11","keyVisible":false,"valueVisible":true,"x":100,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":281,"id":"e223"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":222,"parentId":"e220","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":282,"id":"70bb1c59a4b34d9e"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":283,"id":"e224"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":223,"display":true,"x":220,"y":60,"length":30,"rotation":180,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":284,"id":"e225"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":224,"parentId":"e224","key":"Pin Name","value":"XMASTER","keyVisible":false,"valueVisible":true,"x":182,"y":60,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":285,"id":"e226"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":225,"parentId":"e224","key":"Pin Number","value":"F11","keyVisible":false,"valueVisible":true,"x":195,"y":60,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":286,"id":"e227"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":226,"parentId":"e224","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":287,"id":"0f03a4e04b35672a"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":288,"id":"e228"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":227,"display":true,"x":150,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":289,"id":"e229"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":228,"parentId":"e228","key":"Pin Name","value":"XVS","keyVisible":false,"valueVisible":true,"x":150,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":290,"id":"e230"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":229,"parentId":"e228","key":"Pin Number","value":"H11","keyVisible":false,"valueVisible":true,"x":150,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":291,"id":"e231"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":230,"parentId":"e228","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":292,"id":"08ea526f7b68efe5"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":293,"id":"e232"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":231,"display":true,"x":130,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":294,"id":"e233"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":232,"parentId":"e232","key":"Pin Name","value":"XHS","keyVisible":false,"valueVisible":true,"x":130,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":295,"id":"e234"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":233,"parentId":"e232","key":"Pin Number","value":"L10","keyVisible":false,"valueVisible":true,"x":130,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":296,"id":"e235"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":234,"parentId":"e232","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":297,"id":"a3852af7b88676ad"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":298,"id":"e236"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":235,"display":true,"x":220,"y":90,"length":30,"rotation":180,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":299,"id":"e237"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":236,"parentId":"e236","key":"Pin Name","value":"OMODE","keyVisible":false,"valueVisible":true,"x":182,"y":90,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":300,"id":"e238"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":237,"parentId":"e236","key":"Pin Number","value":"J10","keyVisible":false,"valueVisible":true,"x":195,"y":90,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":301,"id":"e239"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":238,"parentId":"e236","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":302,"id":"359e9b8420e254f3"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":303,"id":"e240"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":239,"display":true,"x":220,"y":50,"length":30,"rotation":180,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":304,"id":"e241"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":240,"parentId":"e240","key":"Pin Name","value":"VDDHAN","keyVisible":false,"valueVisible":true,"x":182,"y":50,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":305,"id":"e242"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":241,"parentId":"e240","key":"Pin Number","value":"A4","keyVisible":false,"valueVisible":true,"x":195,"y":50,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":306,"id":"e243"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":242,"parentId":"e240","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":307,"id":"67d7d803980041c6"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":308,"id":"e244"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":243,"display":true,"x":220,"y":40,"length":30,"rotation":180,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":309,"id":"e245"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":244,"parentId":"e244","key":"Pin Name","value":"VDDHPX","keyVisible":false,"valueVisible":true,"x":182,"y":40,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":310,"id":"e246"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":245,"parentId":"e244","key":"Pin Number","value":"A6","keyVisible":false,"valueVisible":true,"x":195,"y":40,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":311,"id":"e247"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":246,"parentId":"e244","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":312,"id":"0ceaae682433808d"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":313,"id":"e248"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":247,"display":true,"x":220,"y":30,"length":30,"rotation":180,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":314,"id":"e249"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":248,"parentId":"e248","key":"Pin Name","value":"VDDHCP","keyVisible":false,"valueVisible":true,"x":182,"y":30,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":315,"id":"e250"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":249,"parentId":"e248","key":"Pin Number","value":"A7","keyVisible":false,"valueVisible":true,"x":195,"y":30,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":316,"id":"e251"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":250,"parentId":"e248","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":317,"id":"57f80b3cd8f1bc77"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":318,"id":"e252"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":251,"display":true,"x":220,"y":20,"length":30,"rotation":180,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":319,"id":"e253"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":252,"parentId":"e252","key":"Pin Name","value":"VDDHPX","keyVisible":false,"valueVisible":true,"x":182,"y":20,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":320,"id":"e254"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":253,"parentId":"e252","key":"Pin Number","value":"A8","keyVisible":false,"valueVisible":true,"x":195,"y":20,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":321,"id":"e255"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":254,"parentId":"e252","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":322,"id":"b48cc1b361116115"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":323,"id":"e256"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":255,"display":true,"x":220,"y":10,"length":30,"rotation":180,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":324,"id":"e257"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":256,"parentId":"e256","key":"Pin Name","value":"VDDHAN","keyVisible":false,"valueVisible":true,"x":182,"y":10,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":325,"id":"e258"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":257,"parentId":"e256","key":"Pin Number","value":"A9","keyVisible":false,"valueVisible":true,"x":195,"y":10,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":326,"id":"e259"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":258,"parentId":"e256","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":327,"id":"81df8d8690f734da"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":328,"id":"e260"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":259,"display":true,"x":220,"y":0,"length":30,"rotation":180,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":329,"id":"e261"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":260,"parentId":"e260","key":"Pin Name","value":"VSSHPX","keyVisible":false,"valueVisible":true,"x":182,"y":0,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":330,"id":"e262"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":261,"parentId":"e260","key":"Pin Number","value":"B3","keyVisible":false,"valueVisible":true,"x":195,"y":0,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":331,"id":"e263"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":262,"parentId":"e260","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":332,"id":"b3dd5e2dd1cd1212"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":333,"id":"e264"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":263,"display":true,"x":220,"y":-10,"length":30,"rotation":180,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":334,"id":"e265"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":264,"parentId":"e264","key":"Pin Name","value":"VSSHAN","keyVisible":false,"valueVisible":true,"x":182,"y":-10,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":335,"id":"e266"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":265,"parentId":"e264","key":"Pin Number","value":"B4","keyVisible":false,"valueVisible":true,"x":195,"y":-10,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":336,"id":"e267"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":266,"parentId":"e264","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":337,"id":"d7b0a30f8a223461"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":338,"id":"e268"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":267,"display":true,"x":220,"y":-20,"length":30,"rotation":180,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":339,"id":"e269"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":268,"parentId":"e268","key":"Pin Name","value":"VSSHPX","keyVisible":false,"valueVisible":true,"x":182,"y":-20,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":340,"id":"e270"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":269,"parentId":"e268","key":"Pin Number","value":"B6","keyVisible":false,"valueVisible":true,"x":195,"y":-20,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":341,"id":"e271"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":270,"parentId":"e268","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":342,"id":"c5499389851d4d71"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":343,"id":"e272"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":271,"display":true,"x":220,"y":-30,"length":30,"rotation":180,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":344,"id":"e273"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":272,"parentId":"e272","key":"Pin Name","value":"VSSHCP","keyVisible":false,"valueVisible":true,"x":182,"y":-30,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":345,"id":"e274"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":273,"parentId":"e272","key":"Pin Number","value":"B7","keyVisible":false,"valueVisible":true,"x":195,"y":-30,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":346,"id":"e275"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":274,"parentId":"e272","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":347,"id":"595da74c54612bf0"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":348,"id":"e276"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":275,"display":true,"x":220,"y":-40,"length":30,"rotation":180,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":349,"id":"e277"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":276,"parentId":"e276","key":"Pin Name","value":"VSSHPX","keyVisible":false,"valueVisible":true,"x":182,"y":-40,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":350,"id":"e278"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":277,"parentId":"e276","key":"Pin Number","value":"B8","keyVisible":false,"valueVisible":true,"x":195,"y":-40,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":351,"id":"e279"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":278,"parentId":"e276","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":352,"id":"e756c37eb4d8a23d"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":353,"id":"e280"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":279,"display":true,"x":220,"y":-50,"length":30,"rotation":180,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":354,"id":"e281"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":280,"parentId":"e280","key":"Pin Name","value":"VSSHAN","keyVisible":false,"valueVisible":true,"x":182,"y":-50,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":355,"id":"e282"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":281,"parentId":"e280","key":"Pin Number","value":"B9","keyVisible":false,"valueVisible":true,"x":195,"y":-50,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":356,"id":"e283"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":282,"parentId":"e280","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":357,"id":"018641fbe742bbf7"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":358,"id":"e284"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":283,"display":true,"x":220,"y":-60,"length":30,"rotation":180,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":359,"id":"e285"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":284,"parentId":"e284","key":"Pin Name","value":"VDDMIF","keyVisible":false,"valueVisible":true,"x":182,"y":-60,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":360,"id":"e286"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":285,"parentId":"e284","key":"Pin Number","value":"M1","keyVisible":false,"valueVisible":true,"x":195,"y":-60,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":361,"id":"e287"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":286,"parentId":"e284","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":362,"id":"64de9429b1933789"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":363,"id":"e288"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":287,"display":true,"x":220,"y":-70,"length":30,"rotation":180,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":364,"id":"e289"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":288,"parentId":"e288","key":"Pin Name","value":"VSSMIF","keyVisible":false,"valueVisible":true,"x":182,"y":-70,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":365,"id":"e290"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":289,"parentId":"e288","key":"Pin Number","value":"C3","keyVisible":false,"valueVisible":true,"x":195,"y":-70,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":366,"id":"e291"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":290,"parentId":"e288","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":367,"id":"a730e8c3cd93ac45"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":368,"id":"e292"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":291,"display":true,"x":220,"y":-80,"length":30,"rotation":180,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":369,"id":"e293"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":292,"parentId":"e292","key":"Pin Name","value":"VSSMIF","keyVisible":false,"valueVisible":true,"x":182,"y":-80,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":370,"id":"e294"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":293,"parentId":"e292","key":"Pin Number","value":"D3","keyVisible":false,"valueVisible":true,"x":195,"y":-80,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":371,"id":"e295"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":294,"parentId":"e292","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":372,"id":"6a9b05299ffc0324"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":373,"id":"e296"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":295,"display":true,"x":220,"y":-90,"length":30,"rotation":180,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":374,"id":"e297"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":296,"parentId":"e296","key":"Pin Name","value":"VSSMIF","keyVisible":false,"valueVisible":true,"x":182,"y":-90,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":375,"id":"e298"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":297,"parentId":"e296","key":"Pin Number","value":"E3","keyVisible":false,"valueVisible":true,"x":195,"y":-90,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":376,"id":"e299"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":298,"parentId":"e296","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":377,"id":"83ae738baa89a949"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":378,"id":"e300"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":299,"display":true,"x":220,"y":-100,"length":30,"rotation":180,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":379,"id":"e301"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":300,"parentId":"e300","key":"Pin Name","value":"VSSMIF","keyVisible":false,"valueVisible":true,"x":182,"y":-100,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":380,"id":"e302"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":301,"parentId":"e300","key":"Pin Number","value":"K3","keyVisible":false,"valueVisible":true,"x":195,"y":-100,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":381,"id":"e303"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":302,"parentId":"e300","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":382,"id":"3860a568ab44c708"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":383,"id":"e304"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":303,"display":true,"x":220,"y":-110,"length":30,"rotation":180,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":384,"id":"e305"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":304,"parentId":"e304","key":"Pin Name","value":"VSSMIF","keyVisible":false,"valueVisible":true,"x":182,"y":-110,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":385,"id":"e306"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":305,"parentId":"e304","key":"Pin Number","value":"L3","keyVisible":false,"valueVisible":true,"x":195,"y":-110,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":386,"id":"e307"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":306,"parentId":"e304","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":387,"id":"496adf019d665579"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":388,"id":"e308"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":307,"display":true,"x":220,"y":-120,"length":30,"rotation":180,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":389,"id":"e309"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":308,"parentId":"e308","key":"Pin Name","value":"VSSMIF","keyVisible":false,"valueVisible":true,"x":182,"y":-120,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":390,"id":"e310"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":309,"parentId":"e308","key":"Pin Number","value":"M2","keyVisible":false,"valueVisible":true,"x":195,"y":-120,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":391,"id":"e311"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":310,"parentId":"e308","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":392,"id":"2e2f9c99ef87174e"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":393,"id":"e312"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":311,"display":true,"x":220,"y":-130,"length":30,"rotation":180,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":394,"id":"e313"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":312,"parentId":"e312","key":"Pin Name","value":"VSSMIF","keyVisible":false,"valueVisible":true,"x":182,"y":-130,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":395,"id":"e314"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":313,"parentId":"e312","key":"Pin Number","value":"M3","keyVisible":false,"valueVisible":true,"x":195,"y":-130,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":396,"id":"e315"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":314,"parentId":"e312","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":397,"id":"6a009f1cbb629d6d"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":398,"id":"e316"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":315,"display":true,"x":120,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":399,"id":"e317"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":316,"parentId":"e316","key":"Pin Name","value":"SDO","keyVisible":false,"valueVisible":true,"x":120,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":400,"id":"e318"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":317,"parentId":"e316","key":"Pin Number","value":"F10","keyVisible":false,"valueVisible":true,"x":120,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":401,"id":"e319"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":318,"parentId":"e316","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":402,"id":"7e05f7cca780eee3"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":403,"id":"e320"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":319,"display":true,"x":110,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":404,"id":"e321"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":320,"parentId":"e320","key":"Pin Name","value":"SDI","keyVisible":false,"valueVisible":true,"x":110,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":405,"id":"e322"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":321,"parentId":"e320","key":"Pin Number","value":"H10","keyVisible":false,"valueVisible":true,"x":110,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":406,"id":"e323"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":322,"parentId":"e320","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":407,"id":"eaa4f16d050d856b"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":408,"id":"e324"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":323,"display":true,"x":100,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":409,"id":"e325"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":324,"parentId":"e324","key":"Pin Name","value":"SCK","keyVisible":false,"valueVisible":true,"x":100,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":410,"id":"e326"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":325,"parentId":"e324","key":"Pin Number","value":"G10","keyVisible":false,"valueVisible":true,"x":100,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":411,"id":"e327"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":326,"parentId":"e324","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":412,"id":"e910018d470b6af5"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":413,"id":"e328"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":327,"display":true,"x":90,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":414,"id":"e329"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":328,"parentId":"e328","key":"Pin Name","value":"XCE","keyVisible":false,"valueVisible":true,"x":90,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":415,"id":"e330"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":329,"parentId":"e328","key":"Pin Number","value":"G11","keyVisible":false,"valueVisible":true,"x":90,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":416,"id":"e331"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":330,"parentId":"e328","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":417,"id":"7d7a07b0d786a17d"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":418,"id":"e332"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":331,"display":true,"x":160,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":419,"id":"e333"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":332,"parentId":"e332","key":"Pin Name","value":"XCLR","keyVisible":false,"valueVisible":true,"x":160,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":420,"id":"e334"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":333,"parentId":"e332","key":"Pin Number","value":"K10","keyVisible":false,"valueVisible":true,"x":160,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":421,"id":"e335"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":334,"parentId":"e332","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":422,"id":"b707425aa32ef4d7"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":423,"id":"e336"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":335,"display":true,"x":140,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":424,"id":"e337"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":336,"parentId":"e336","key":"Pin Name","value":"INCK","keyVisible":false,"valueVisible":true,"x":140,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":425,"id":"e338"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":337,"parentId":"e336","key":"Pin Number","value":"P3","keyVisible":false,"valueVisible":true,"x":140,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":426,"id":"e339"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":338,"parentId":"e336","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":427,"id":"aa20f27d3586e6f9"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":428,"id":"e340"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":339,"display":true,"x":220,"y":80,"length":30,"rotation":180,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":429,"id":"e341"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":340,"parentId":"e340","key":"Pin Name","value":"XTRIG","keyVisible":false,"valueVisible":true,"x":182,"y":80,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":430,"id":"e342"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":341,"parentId":"e340","key":"Pin Number","value":"K11","keyVisible":false,"valueVisible":true,"x":195,"y":80,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":431,"id":"e343"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":342,"parentId":"e340","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":432,"id":"acbcdfb239bb23ff"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":433,"id":"e344"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":343,"display":true,"x":-160,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":434,"id":"e345"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":344,"parentId":"e344","key":"Pin Name","value":"DMO4P","keyVisible":false,"valueVisible":true,"x":-160,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":435,"id":"e346"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":345,"parentId":"e344","key":"Pin Number","value":"N9","keyVisible":false,"valueVisible":true,"x":-160,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":436,"id":"e347"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":346,"parentId":"e344","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":437,"id":"da8aedd82ccb1916"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":438,"id":"e348"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":347,"display":true,"x":-150,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":439,"id":"e349"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":348,"parentId":"e348","key":"Pin Name","value":"DMO4N","keyVisible":false,"valueVisible":true,"x":-150,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":440,"id":"e350"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":349,"parentId":"e348","key":"Pin Number","value":"P9","keyVisible":false,"valueVisible":true,"x":-150,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":441,"id":"e351"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":350,"parentId":"e348","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":442,"id":"1443d58172b0d22a"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":443,"id":"e352"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":351,"display":true,"x":-140,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":444,"id":"e353"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":352,"parentId":"e352","key":"Pin Name","value":"DMO2P","keyVisible":false,"valueVisible":true,"x":-140,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":445,"id":"e354"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":353,"parentId":"e352","key":"Pin Number","value":"N8","keyVisible":false,"valueVisible":true,"x":-140,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":446,"id":"e355"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":354,"parentId":"e352","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":447,"id":"15468e43d72de497"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":448,"id":"e356"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":355,"display":true,"x":-130,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":449,"id":"e357"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":356,"parentId":"e356","key":"Pin Name","value":"DMO2N","keyVisible":false,"valueVisible":true,"x":-130,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":450,"id":"e358"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":357,"parentId":"e356","key":"Pin Number","value":"P8","keyVisible":false,"valueVisible":true,"x":-130,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":451,"id":"e359"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":358,"parentId":"e356","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":452,"id":"d4ade871862eaf9b"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":453,"id":"e360"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":359,"display":true,"x":-120,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":454,"id":"e361"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":360,"parentId":"e360","key":"Pin Name","value":"DMOKP","keyVisible":false,"valueVisible":true,"x":-120,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":455,"id":"e362"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":361,"parentId":"e360","key":"Pin Number","value":"N7","keyVisible":false,"valueVisible":true,"x":-120,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":456,"id":"e363"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":362,"parentId":"e360","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":457,"id":"382b97d30c89a75f"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":458,"id":"e364"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":363,"display":true,"x":-110,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":459,"id":"e365"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":364,"parentId":"e364","key":"Pin Name","value":"DMOKN","keyVisible":false,"valueVisible":true,"x":-110,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":460,"id":"e366"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":365,"parentId":"e364","key":"Pin Number","value":"P7","keyVisible":false,"valueVisible":true,"x":-110,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":461,"id":"e367"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":366,"parentId":"e364","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":462,"id":"67e7e4d64213136c"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":463,"id":"e368"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":367,"display":true,"x":-100,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":464,"id":"e369"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":368,"parentId":"e368","key":"Pin Name","value":"DMO1P","keyVisible":false,"valueVisible":true,"x":-100,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":465,"id":"e370"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":369,"parentId":"e368","key":"Pin Number","value":"N6","keyVisible":false,"valueVisible":true,"x":-100,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":466,"id":"e371"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":370,"parentId":"e368","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":467,"id":"af573a95f8180af6"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":468,"id":"e372"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":371,"display":true,"x":-90,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":469,"id":"e373"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":372,"parentId":"e372","key":"Pin Name","value":"DMO1N","keyVisible":false,"valueVisible":true,"x":-90,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":470,"id":"e374"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":373,"parentId":"e372","key":"Pin Number","value":"P6","keyVisible":false,"valueVisible":true,"x":-90,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":471,"id":"e375"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":374,"parentId":"e372","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":472,"id":"911a4a299641624c"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":473,"id":"e376"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":375,"display":true,"x":-80,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":474,"id":"e377"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":376,"parentId":"e376","key":"Pin Name","value":"DMO3P","keyVisible":false,"valueVisible":true,"x":-80,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":475,"id":"e378"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":377,"parentId":"e376","key":"Pin Number","value":"N5","keyVisible":false,"valueVisible":true,"x":-80,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":476,"id":"e379"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":378,"parentId":"e376","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":477,"id":"1b53eeca641939e6"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":478,"id":"e380"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":379,"display":true,"x":-70,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":479,"id":"e381"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":380,"parentId":"e380","key":"Pin Name","value":"DMO3N","keyVisible":false,"valueVisible":true,"x":-70,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":480,"id":"e382"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":381,"parentId":"e380","key":"Pin Number","value":"P5","keyVisible":false,"valueVisible":true,"x":-70,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":481,"id":"e383"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":382,"parentId":"e380","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":482,"id":"31dad197dcced3bd"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":483,"id":"e384"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":383,"display":true,"x":160,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":484,"id":"e385"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":384,"parentId":"e384","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":160,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":485,"id":"e386"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":385,"parentId":"e384","key":"Pin Number","value":"L2","keyVisible":false,"valueVisible":true,"x":160,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":486,"id":"e387"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":386,"parentId":"e384","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":487,"id":"5b66a298ce6ae45a"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":488,"id":"e388"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":387,"display":true,"x":150,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":489,"id":"e389"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":388,"parentId":"e388","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":150,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":490,"id":"e390"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":389,"parentId":"e388","key":"Pin Number","value":"L1","keyVisible":false,"valueVisible":true,"x":150,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":491,"id":"e391"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":390,"parentId":"e388","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":492,"id":"7bcae7174d1afce2"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":493,"id":"e392"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":391,"display":true,"x":220,"y":120,"length":30,"rotation":180,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":494,"id":"e393"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":392,"parentId":"e392","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":182,"y":120,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":495,"id":"e394"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":393,"parentId":"e392","key":"Pin Number","value":"K2","keyVisible":false,"valueVisible":true,"x":195,"y":120,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":496,"id":"e395"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":394,"parentId":"e392","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":497,"id":"b3c74c60425c0545"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":498,"id":"e396"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":395,"display":true,"x":220,"y":130,"length":30,"rotation":180,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":499,"id":"e397"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":396,"parentId":"e396","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":182,"y":130,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":500,"id":"e398"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":397,"parentId":"e396","key":"Pin Number","value":"K1","keyVisible":false,"valueVisible":true,"x":195,"y":130,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":501,"id":"e399"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":398,"parentId":"e396","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":502,"id":"0c77c592ec10699c"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":503,"id":"e400"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":399,"display":true,"x":-50,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":504,"id":"e401"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":400,"parentId":"e400","key":"Pin Name","value":"DLOPF","keyVisible":false,"valueVisible":true,"x":-50,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":505,"id":"e402"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":401,"parentId":"e400","key":"Pin Number","value":"J2","keyVisible":false,"valueVisible":true,"x":-50,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":506,"id":"e403"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":402,"parentId":"e400","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":507,"id":"e198edc8c372fa61"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":508,"id":"e404"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":403,"display":true,"x":-40,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":509,"id":"e405"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":404,"parentId":"e404","key":"Pin Name","value":"DLOMF","keyVisible":false,"valueVisible":true,"x":-40,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":510,"id":"e406"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":405,"parentId":"e404","key":"Pin Number","value":"J1","keyVisible":false,"valueVisible":true,"x":-40,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":511,"id":"e407"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":406,"parentId":"e404","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":512,"id":"acc7c252999a58f8"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":513,"id":"e408"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":407,"display":true,"x":-30,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":514,"id":"e409"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":408,"parentId":"e408","key":"Pin Name","value":"DLOPE","keyVisible":false,"valueVisible":true,"x":-30,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":515,"id":"e410"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":409,"parentId":"e408","key":"Pin Number","value":"H2","keyVisible":false,"valueVisible":true,"x":-30,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":516,"id":"e411"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":410,"parentId":"e408","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":517,"id":"edc495076e3ebd47"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":518,"id":"e412"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":411,"display":true,"x":-20,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":519,"id":"e413"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":412,"parentId":"e412","key":"Pin Name","value":"DLOME","keyVisible":false,"valueVisible":true,"x":-20,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":520,"id":"e414"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":413,"parentId":"e412","key":"Pin Number","value":"H1","keyVisible":false,"valueVisible":true,"x":-20,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":521,"id":"e415"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":414,"parentId":"e412","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":522,"id":"e901891a0fa25677"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":523,"id":"e416"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":415,"display":true,"x":-10,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":524,"id":"e417"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":416,"parentId":"e416","key":"Pin Name","value":"DLCKP","keyVisible":false,"valueVisible":true,"x":-10,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":525,"id":"e418"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":417,"parentId":"e416","key":"Pin Number","value":"G2","keyVisible":false,"valueVisible":true,"x":-10,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":526,"id":"e419"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":418,"parentId":"e416","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":527,"id":"89700530066cf820"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":528,"id":"e420"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":419,"display":true,"x":0,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":529,"id":"e421"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":420,"parentId":"e420","key":"Pin Name","value":"DLCKM","keyVisible":false,"valueVisible":true,"x":0,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":530,"id":"e422"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":421,"parentId":"e420","key":"Pin Number","value":"G1","keyVisible":false,"valueVisible":true,"x":0,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":531,"id":"e423"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":422,"parentId":"e420","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":532,"id":"29adae29614b9e59"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":533,"id":"e424"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":423,"display":true,"x":10,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":534,"id":"e425"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":424,"parentId":"e424","key":"Pin Name","value":"DLOPD","keyVisible":false,"valueVisible":true,"x":10,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":535,"id":"e426"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":425,"parentId":"e424","key":"Pin Number","value":"F2","keyVisible":false,"valueVisible":true,"x":10,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":536,"id":"e427"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":426,"parentId":"e424","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":537,"id":"16cb1d7e885f6321"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":538,"id":"e428"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":427,"display":true,"x":20,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":539,"id":"e429"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":428,"parentId":"e428","key":"Pin Name","value":"DLOMD","keyVisible":false,"valueVisible":true,"x":20,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":540,"id":"e430"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":429,"parentId":"e428","key":"Pin Number","value":"F1","keyVisible":false,"valueVisible":true,"x":20,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":541,"id":"e431"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":430,"parentId":"e428","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":542,"id":"600ea3f170395a44"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":543,"id":"e432"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":431,"display":true,"x":30,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":544,"id":"e433"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":432,"parentId":"e432","key":"Pin Name","value":"DLOPC","keyVisible":false,"valueVisible":true,"x":30,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":545,"id":"e434"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":433,"parentId":"e432","key":"Pin Number","value":"E2","keyVisible":false,"valueVisible":true,"x":30,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":546,"id":"e435"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":434,"parentId":"e432","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":547,"id":"3b6a2a3cc5d185a1"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":548,"id":"e436"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":435,"display":true,"x":40,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":549,"id":"e437"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":436,"parentId":"e436","key":"Pin Name","value":"DLOMC","keyVisible":false,"valueVisible":true,"x":40,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":550,"id":"e438"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":437,"parentId":"e436","key":"Pin Number","value":"E1","keyVisible":false,"valueVisible":true,"x":40,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":551,"id":"e439"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":438,"parentId":"e436","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":552,"id":"009d1eff7b48a67c"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":553,"id":"e440"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":439,"display":true,"x":140,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":554,"id":"e441"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":440,"parentId":"e440","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":140,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":555,"id":"e442"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":441,"parentId":"e440","key":"Pin Number","value":"D2","keyVisible":false,"valueVisible":true,"x":140,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":556,"id":"e443"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":442,"parentId":"e440","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":557,"id":"e6eb10161c91626c"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":558,"id":"e444"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":443,"display":true,"x":130,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":559,"id":"e445"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":444,"parentId":"e444","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":130,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":560,"id":"e446"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":445,"parentId":"e444","key":"Pin Number","value":"D1","keyVisible":false,"valueVisible":true,"x":130,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":561,"id":"e447"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":446,"parentId":"e444","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":562,"id":"73ba077e558429bc"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":563,"id":"e448"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":447,"display":true,"x":120,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":564,"id":"e449"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":448,"parentId":"e448","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":120,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":565,"id":"e450"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":449,"parentId":"e448","key":"Pin Number","value":"C2","keyVisible":false,"valueVisible":true,"x":120,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":566,"id":"e451"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":450,"parentId":"e448","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":567,"id":"4a1384c31491e01e"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":568,"id":"e452"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":451,"display":true,"x":110,"y":210,"length":30,"rotation":90,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":569,"id":"e453"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":452,"parentId":"e452","key":"Pin Name","value":"NC","keyVisible":false,"valueVisible":true,"x":110,"y":172,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":570,"id":"e454"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":453,"parentId":"e452","key":"Pin Number","value":"C1","keyVisible":false,"valueVisible":true,"x":110,"y":185,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":571,"id":"e455"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":454,"parentId":"e452","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"ELE_PLACEHOLDER","ticket":572,"id":"1046dab6186d97c1"}||{"dataType":"PIN","max":3}|
|
||||
{"type":"PIN","ticket":573,"id":"e456"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":455,"display":true,"x":70,"y":-220,"length":30,"rotation":270,"color":null,"pinShape":"NONE"}|
|
||||
{"type":"ATTR","ticket":574,"id":"e457"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":456,"parentId":"e456","key":"Pin Name","value":"TOUT","keyVisible":false,"valueVisible":true,"x":70,"y":-182,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"RIGHT_MIDDLE"}|
|
||||
{"type":"ATTR","ticket":575,"id":"e458"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":457,"parentId":"e456","key":"Pin Number","value":"J11","keyVisible":false,"valueVisible":true,"x":70,"y":-195,"rotation":90,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":false,"italic":false,"fontWeight":false,"align":"LEFT_BOTTOM"}|
|
||||
{"type":"ATTR","ticket":576,"id":"e459"}||{"partId":"0.1","groupId":"","locked":false,"zIndex":458,"parentId":"e456","key":"Pin Type","value":"IN","keyVisible":false,"valueVisible":false,"x":null,"y":null,"rotation":0,"color":null,"fillColor":null,"fontFamily":null,"fontSize":null,"strikeout":null,"underline":null,"italic":null,"fontWeight":null,"align":null}|
|
||||
{"type":"DOCHEAD","ticket":8937}||{"docType":"SYMBOL","client":"0fb97aaaf7dbe284","uuid":"2efcbe073db07ef6","updateTime":1759992873615,"version":"1672927653","user":{"uuid":"215caa123bec401fba5bbdb222b0e772","nickname":"一只不爱吃鱼的猫","username":"liuxiaotao","avatar":"//image.lceda.cn/avatars/2022/8/W4GUor1tCl7FLtACkLdILGxmVP32cSSHlLXizbhS.png"}}|
|
||||
{"type":"DOCHEAD","ticket":8937}||{"docType":"SYMBOL","client":"0d178074b27f50a0","uuid":"2efcbe073db07ef6","updateTime":1759993193068,"version":"1672927653","user":{"uuid":"215caa123bec401fba5bbdb222b0e772","nickname":"一只不爱吃鱼的猫","username":"liuxiaotao","avatar":"//image.lceda.cn/avatars/2022/8/W4GUor1tCl7FLtACkLdILGxmVP32cSSHlLXizbhS.png"}}|
|
||||
Reference in New Issue
Block a user