Files
FacereDataset/data/raw/oshwhub/b77840665e2e48148c1b04ce84b5f7e7/source/b73ce3732158bad0_402a0682718b7956034cd91a4330c500.epro2
Knowit 3282a028c4 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>
2026-04-28 21:45:52 +08:00

399 lines
93 KiB
Plaintext

{"type":"DOCHEAD","ticket":10898}||{"docType":"FOOTPRINT","client":"0189349a42729895","uuid":"b73ce3732158bad0_402a0682718b7956034cd91a4330c500","updateTime":1759507164597,"version":"1718433026546"}|
{"type":"META","ticket":10899,"id":"META"}||{"title":"R0402_3","description":"","tags":[],"source":"412765abbe0ce0ba|b77840665e2e48148c1b04ce84b5f7e7"}|
{"type":"DOCHEAD"}||{"docType":"FOOTPRINT","client":"571c8141eb34867e","uuid":"b73ce3732158bad0_402a0682718b7956034cd91a4330c500","updateTime":1752650502885,"version":"1718433026546"}|
{"type":"CANVAS","ticket":2171387,"id":"CANVAS"}||{"originX":0,"originY":0,"unit":"mil","gridXSize":5,"gridYSize":5,"snapXSize":5,"snapYSize":5,"altSnapXSize":1,"altSnapYSize":1,"gridType":"NONE","multiGridType":"NONE","multiGridRatio":2,"highlightValue":0.3}|
{"type":"LAYER","ticket":2171388,"id":"[\"LAYER\",1]"}||{"layerId":1,"layerType":"TOP","layerName":"Top Layer","use":true,"show":true,"locked":false,"activeColor":"#ff0000","activateTransparency":1,"inactiveColor":"#7f0000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171389,"id":"[\"LAYER\",2]"}||{"layerId":2,"layerType":"BOTTOM","layerName":"Bottom Layer","use":true,"show":false,"locked":false,"activeColor":"#0000ff","activateTransparency":1,"inactiveColor":"#00007f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171390,"id":"[\"LAYER\",3]"}||{"layerId":3,"layerType":"TOP_SILK","layerName":"Top Silkscreen Layer","use":true,"show":false,"locked":false,"activeColor":"#ffcc00","activateTransparency":1,"inactiveColor":"#7f6600","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171391,"id":"[\"LAYER\",4]"}||{"layerId":4,"layerType":"BOT_SILK","layerName":"Bottom Silkscreen Layer","use":true,"show":false,"locked":false,"activeColor":"#66cc33","activateTransparency":1,"inactiveColor":"#336619","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171392,"id":"[\"LAYER\",5]"}||{"layerId":5,"layerType":"TOP_SOLDER_MASK","layerName":"Top Solder Mask Layer","use":true,"show":false,"locked":false,"activeColor":"#800080","activateTransparency":0.7,"inactiveColor":"#400040","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171393,"id":"[\"LAYER\",6]"}||{"layerId":6,"layerType":"BOT_SOLDER_MASK","layerName":"Bottom Solder Mask Layer","use":true,"show":false,"locked":false,"activeColor":"#aa00ff","activateTransparency":0.7,"inactiveColor":"#55007f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171394,"id":"[\"LAYER\",7]"}||{"layerId":7,"layerType":"TOP_PASTE_MASK","layerName":"Top Paste Mask Layer","use":true,"show":false,"locked":false,"activeColor":"#808080","activateTransparency":1,"inactiveColor":"#404040","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171395,"id":"[\"LAYER\",8]"}||{"layerId":8,"layerType":"BOT_PASTE_MASK","layerName":"Bottom Paste Mask Layer","use":true,"show":false,"locked":false,"activeColor":"#800000","activateTransparency":1,"inactiveColor":"#400000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171396,"id":"[\"LAYER\",9]"}||{"layerId":9,"layerType":"TOP_ASSEMBLY","layerName":"Top Assembly Layer","use":true,"show":false,"locked":false,"activeColor":"#33cc99","activateTransparency":1,"inactiveColor":"#19664c","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171397,"id":"[\"LAYER\",10]"}||{"layerId":10,"layerType":"BOT_ASSEMBLY","layerName":"Bottom Assembly Layer","use":true,"show":false,"locked":false,"activeColor":"#5555ff","activateTransparency":1,"inactiveColor":"#2a2a7f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171398,"id":"[\"LAYER\",11]"}||{"layerId":11,"layerType":"OUTLINE","layerName":"Board Outline Layer","use":true,"show":true,"locked":false,"activeColor":"#ff00ff","activateTransparency":1,"inactiveColor":"#7f007f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171399,"id":"[\"LAYER\",12]"}||{"layerId":12,"layerType":"MULTI","layerName":"Multi-Layer","use":true,"show":true,"locked":false,"activeColor":"#c0c0c0","activateTransparency":1,"inactiveColor":"#606060","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171400,"id":"[\"LAYER\",13]"}||{"layerId":13,"layerType":"DOCUMENT","layerName":"Document Layer","use":true,"show":false,"locked":false,"activeColor":"#ffffff","activateTransparency":1,"inactiveColor":"#7f7f7f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171401,"id":"[\"LAYER\",14]"}||{"layerId":14,"layerType":"MECHANICAL","layerName":"Mechanical Layer","use":true,"show":false,"locked":false,"activeColor":"#f022f0","activateTransparency":1,"inactiveColor":"#781178","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171402,"id":"[\"LAYER\",15]"}||{"layerId":15,"layerType":"SIGNAL","layerName":"VCC","use":true,"show":false,"locked":false,"activeColor":"#999966","activateTransparency":1,"inactiveColor":"#999966","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171403,"id":"[\"LAYER\",16]"}||{"layerId":16,"layerType":"SIGNAL","layerName":"GND","use":true,"show":false,"locked":false,"activeColor":"#008000","activateTransparency":1,"inactiveColor":"#008000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171404,"id":"[\"LAYER\",17]"}||{"layerId":17,"layerType":"SIGNAL","layerName":"Inner3","use":false,"show":false,"locked":false,"activeColor":"#00ff00","activateTransparency":1,"inactiveColor":"#007f00","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171405,"id":"[\"LAYER\",18]"}||{"layerId":18,"layerType":"SIGNAL","layerName":"Inner4","use":false,"show":false,"locked":false,"activeColor":"#bc8e00","activateTransparency":1,"inactiveColor":"#5e4700","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171406,"id":"[\"LAYER\",19]"}||{"layerId":19,"layerType":"SIGNAL","layerName":"Inner5","use":false,"show":false,"locked":false,"activeColor":"#70dbfa","activateTransparency":1,"inactiveColor":"#39503f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171407,"id":"[\"LAYER\",20]"}||{"layerId":20,"layerType":"SIGNAL","layerName":"Inner6","use":false,"show":false,"locked":false,"activeColor":"#00cc66","activateTransparency":1,"inactiveColor":"#006633","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171408,"id":"[\"LAYER\",21]"}||{"layerId":21,"layerType":"SIGNAL","layerName":"Inner7","use":false,"show":false,"locked":false,"activeColor":"#9966ff","activateTransparency":1,"inactiveColor":"#4c337f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171409,"id":"[\"LAYER\",22]"}||{"layerId":22,"layerType":"SIGNAL","layerName":"Inner8","use":false,"show":false,"locked":false,"activeColor":"#800080","activateTransparency":1,"inactiveColor":"#400040","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171410,"id":"[\"LAYER\",23]"}||{"layerId":23,"layerType":"SIGNAL","layerName":"Inner9","use":false,"show":false,"locked":false,"activeColor":"#008080","activateTransparency":1,"inactiveColor":"#004040","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171411,"id":"[\"LAYER\",24]"}||{"layerId":24,"layerType":"SIGNAL","layerName":"Inner10","use":false,"show":false,"locked":false,"activeColor":"#15935f","activateTransparency":1,"inactiveColor":"#0a492f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171412,"id":"[\"LAYER\",25]"}||{"layerId":25,"layerType":"SIGNAL","layerName":"Inner11","use":false,"show":false,"locked":false,"activeColor":"#000080","activateTransparency":1,"inactiveColor":"#000040","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171413,"id":"[\"LAYER\",26]"}||{"layerId":26,"layerType":"SIGNAL","layerName":"Inner12","use":false,"show":false,"locked":false,"activeColor":"#00b400","activateTransparency":1,"inactiveColor":"#005a00","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171414,"id":"[\"LAYER\",27]"}||{"layerId":27,"layerType":"SIGNAL","layerName":"Inner13","use":false,"show":false,"locked":false,"activeColor":"#2e4756","activateTransparency":1,"inactiveColor":"#17232b","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171415,"id":"[\"LAYER\",28]"}||{"layerId":28,"layerType":"SIGNAL","layerName":"Inner14","use":false,"show":false,"locked":false,"activeColor":"#99842f","activateTransparency":1,"inactiveColor":"#4c4217","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171416,"id":"[\"LAYER\",29]"}||{"layerId":29,"layerType":"SIGNAL","layerName":"Inner15","use":false,"show":false,"locked":false,"activeColor":"#ffffaa","activateTransparency":1,"inactiveColor":"#7f7f55","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171417,"id":"[\"LAYER\",30]"}||{"layerId":30,"layerType":"SIGNAL","layerName":"Inner16","use":false,"show":false,"locked":false,"activeColor":"#99842f","activateTransparency":1,"inactiveColor":"#4c4217","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171418,"id":"[\"LAYER\",31]"}||{"layerId":31,"layerType":"SIGNAL","layerName":"Inner17","use":false,"show":false,"locked":false,"activeColor":"#2e4756","activateTransparency":1,"inactiveColor":"#17232b","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171419,"id":"[\"LAYER\",32]"}||{"layerId":32,"layerType":"SIGNAL","layerName":"Inner18","use":false,"show":false,"locked":false,"activeColor":"#3535ff","activateTransparency":1,"inactiveColor":"#1a1a7f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171420,"id":"[\"LAYER\",33]"}||{"layerId":33,"layerType":"SIGNAL","layerName":"Inner19","use":false,"show":false,"locked":false,"activeColor":"#8000bc","activateTransparency":1,"inactiveColor":"#40005e","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171421,"id":"[\"LAYER\",34]"}||{"layerId":34,"layerType":"SIGNAL","layerName":"Inner20","use":false,"show":false,"locked":false,"activeColor":"#43ae5f","activateTransparency":1,"inactiveColor":"#21572f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171422,"id":"[\"LAYER\",35]"}||{"layerId":35,"layerType":"SIGNAL","layerName":"Inner21","use":false,"show":false,"locked":false,"activeColor":"#c3ecce","activateTransparency":1,"inactiveColor":"#617667","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171423,"id":"[\"LAYER\",36]"}||{"layerId":36,"layerType":"SIGNAL","layerName":"Inner22","use":false,"show":false,"locked":false,"activeColor":"#728978","activateTransparency":1,"inactiveColor":"#39443c","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171424,"id":"[\"LAYER\",37]"}||{"layerId":37,"layerType":"SIGNAL","layerName":"Inner23","use":false,"show":false,"locked":false,"activeColor":"#39503f","activateTransparency":1,"inactiveColor":"#1c281f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171425,"id":"[\"LAYER\",38]"}||{"layerId":38,"layerType":"SIGNAL","layerName":"Inner24","use":false,"show":false,"locked":false,"activeColor":"#0c715d","activateTransparency":1,"inactiveColor":"#06382e","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171426,"id":"[\"LAYER\",39]"}||{"layerId":39,"layerType":"SIGNAL","layerName":"Inner25","use":false,"show":false,"locked":false,"activeColor":"#5a8a80","activateTransparency":1,"inactiveColor":"#2d4540","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171427,"id":"[\"LAYER\",40]"}||{"layerId":40,"layerType":"SIGNAL","layerName":"Inner26","use":false,"show":false,"locked":false,"activeColor":"#2b937e","activateTransparency":1,"inactiveColor":"#15493f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171428,"id":"[\"LAYER\",41]"}||{"layerId":41,"layerType":"SIGNAL","layerName":"Inner27","use":false,"show":false,"locked":false,"activeColor":"#23999d","activateTransparency":1,"inactiveColor":"#114c4e","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171429,"id":"[\"LAYER\",42]"}||{"layerId":42,"layerType":"SIGNAL","layerName":"Inner28","use":false,"show":false,"locked":false,"activeColor":"#45b4e3","activateTransparency":1,"inactiveColor":"#225a71","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171430,"id":"[\"LAYER\",43]"}||{"layerId":43,"layerType":"SIGNAL","layerName":"Inner29","use":false,"show":false,"locked":false,"activeColor":"#215da1","activateTransparency":1,"inactiveColor":"#102e50","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171431,"id":"[\"LAYER\",44]"}||{"layerId":44,"layerType":"SIGNAL","layerName":"Inner30","use":false,"show":false,"locked":false,"activeColor":"#4564d7","activateTransparency":1,"inactiveColor":"#22326b","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171432,"id":"[\"LAYER\",45]"}||{"layerId":45,"layerType":"SIGNAL","layerName":"Inner31","use":false,"show":false,"locked":false,"activeColor":"#6969e9","activateTransparency":1,"inactiveColor":"#343474","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171433,"id":"[\"LAYER\",46]"}||{"layerId":46,"layerType":"SIGNAL","layerName":"Inner32","use":false,"show":false,"locked":false,"activeColor":"#9069e9","activateTransparency":1,"inactiveColor":"#483474","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171434,"id":"[\"LAYER\",47]"}||{"layerId":47,"layerType":"HOLE","layerName":"Hole Layer","use":true,"show":true,"locked":false,"activeColor":"#222222","activateTransparency":1,"inactiveColor":"#111111","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171435,"id":"[\"LAYER\",48]"}||{"layerId":48,"layerType":"COMPONENT_SHAPE","layerName":"Component Shape Layer","use":true,"show":false,"locked":false,"activeColor":"#00cccc","activateTransparency":1,"inactiveColor":"#006666","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171436,"id":"[\"LAYER\",49]"}||{"layerId":49,"layerType":"COMPONENT_MARKING","layerName":"Component Marking Layer","use":true,"show":false,"locked":false,"activeColor":"#66ffcc","activateTransparency":1,"inactiveColor":"#337f66","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171437,"id":"[\"LAYER\",50]"}||{"layerId":50,"layerType":"PIN_SOLDERING","layerName":"Pin Soldering Layer","use":true,"show":false,"locked":false,"activeColor":"#cc9999","activateTransparency":1,"inactiveColor":"#664c4c","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171438,"id":"[\"LAYER\",51]"}||{"layerId":51,"layerType":"PIN_FLOATING","layerName":"Pin Floating Layer","use":true,"show":false,"locked":false,"activeColor":"#ff99ff","activateTransparency":1,"inactiveColor":"#7f4c7f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171439,"id":"[\"LAYER\",52]"}||{"layerId":52,"layerType":"COMPONENT_MODEL","layerName":"Component Model Layer","use":false,"show":false,"locked":false,"activeColor":"#ffffff","activateTransparency":1,"inactiveColor":"#7f7f7f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171440,"id":"[\"LAYER\",53]"}||{"layerId":53,"layerType":"3D_SHELL_OUTLINE","layerName":"3D Shell Outline Layer","use":true,"show":false,"locked":false,"activeColor":"#66ff99","activateTransparency":1,"inactiveColor":"#337f4c","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171441,"id":"[\"LAYER\",54]"}||{"layerId":54,"layerType":"3D_SHELL_TOP","layerName":"3D Shell Top Layer","use":true,"show":false,"locked":false,"activeColor":"#ffccff","activateTransparency":1,"inactiveColor":"#7f667f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171442,"id":"[\"LAYER\",55]"}||{"layerId":55,"layerType":"3D_SHELL_BOTTOM","layerName":"3D Shell Bottom Layer","use":true,"show":false,"locked":false,"activeColor":"#0066cc","activateTransparency":1,"inactiveColor":"#003366","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171443,"id":"[\"LAYER\",56]"}||{"layerId":56,"layerType":"DRILL_DRAWING","layerName":"Drill Drawing Layer","use":true,"show":false,"locked":false,"activeColor":"#008080","activateTransparency":1,"inactiveColor":"#004040","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171444,"id":"[\"LAYER\",57]"}||{"layerId":57,"layerType":"OTHER","layerName":"Ratline Layer","use":true,"show":true,"locked":true,"activeColor":"#6464ff","activateTransparency":1,"inactiveColor":"#32327f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171445,"id":"[\"LAYER\",58]"}||{"layerId":58,"layerType":"TOP_STIFFENER","layerName":"Top Stiffener Layer","use":false,"show":false,"locked":false,"activeColor":"#eee666","activateTransparency":1,"inactiveColor":"#777333","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171446,"id":"[\"LAYER\",59]"}||{"layerId":59,"layerType":"BOTTOM_STIFFENER","layerName":"Bottom Stiffener Layer","use":false,"show":false,"locked":false,"activeColor":"#ccff00","activateTransparency":1,"inactiveColor":"#667f00","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171447,"id":"[\"LAYER\",71]"}||{"layerId":71,"layerType":"CUSTOM","layerName":"PLACE_BOUND_TOP","use":false,"show":false,"locked":true,"activeColor":"#0229e8","activateTransparency":1,"inactiveColor":"#0229e8","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171448,"id":"[\"LAYER\",72]"}||{"layerId":72,"layerType":"CUSTOM","layerName":"PLACE_BOUND_BOTTOM","use":false,"show":false,"locked":true,"activeColor":"#0229a0","activateTransparency":1,"inactiveColor":"#0229a0","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171449,"id":"[\"LAYER\",73]"}||{"layerId":73,"layerType":"CUSTOM","layerName":"TOOLING_CORNERS","use":false,"show":false,"locked":true,"activeColor":"#022958","activateTransparency":1,"inactiveColor":"#022958","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171450,"id":"[\"LAYER\",74]"}||{"layerId":74,"layerType":"CUSTOM","layerName":"PROBE_BOTTOM","use":false,"show":false,"locked":true,"activeColor":"#022910","activateTransparency":1,"inactiveColor":"#022910","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171451,"id":"[\"LAYER\",75]"}||{"layerId":75,"layerType":"CUSTOM","layerName":"NCLEGEND-1-4","use":false,"show":false,"locked":true,"activeColor":"#0228c8","activateTransparency":1,"inactiveColor":"#0228c8","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171452,"id":"[\"LAYER\",76]"}||{"layerId":76,"layerType":"CUSTOM","layerName":"0320","use":false,"show":false,"locked":true,"activeColor":"#022880","activateTransparency":1,"inactiveColor":"#022880","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171453,"id":"[\"LAYER\",77]"}||{"layerId":77,"layerType":"CUSTOM","layerName":"0318","use":false,"show":false,"locked":true,"activeColor":"#022838","activateTransparency":1,"inactiveColor":"#022838","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171454,"id":"[\"LAYER\",78]"}||{"layerId":78,"layerType":"CUSTOM","layerName":"0316","use":false,"show":false,"locked":true,"activeColor":"#0227f0","activateTransparency":1,"inactiveColor":"#0227f0","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171455,"id":"[\"LAYER\",79]"}||{"layerId":79,"layerType":"CUSTOM","layerName":"ANTI ETCH : VCC","use":false,"show":false,"locked":true,"activeColor":"#0227a8","activateTransparency":1,"inactiveColor":"#0227a8","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171456,"id":"[\"LAYER\",80]"}||{"layerId":80,"layerType":"CUSTOM","layerName":"ANTI ETCH : ALL","use":false,"show":false,"locked":true,"activeColor":"#022760","activateTransparency":1,"inactiveColor":"#022760","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171457,"id":"[\"LAYER\",81]"}||{"layerId":81,"layerType":"CUSTOM","layerName":"LFS_UTILITIES","use":false,"show":false,"locked":true,"activeColor":"#022718","activateTransparency":1,"inactiveColor":"#022718","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171458,"id":"[\"LAYER\",82]"}||{"layerId":82,"layerType":"CUSTOM","layerName":"JH LOCATION","use":false,"show":false,"locked":true,"activeColor":"#0226d0","activateTransparency":1,"inactiveColor":"#0226d0","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171459,"id":"[\"LAYER\",83]"}||{"layerId":83,"layerType":"CUSTOM","layerName":"ANTI ETCH : GND","use":false,"show":false,"locked":true,"activeColor":"#022688","activateTransparency":1,"inactiveColor":"#022688","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171460,"id":"[\"LAYER\",84]"}||{"layerId":84,"layerType":"CUSTOM","layerName":"OUTLINE","use":false,"show":false,"locked":true,"activeColor":"#022640","activateTransparency":1,"inactiveColor":"#022640","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171461,"id":"[\"LAYER\",85]"}||{"layerId":85,"layerType":"CUSTOM","layerName":"TOP_ROOM","use":false,"show":false,"locked":true,"activeColor":"#0225f8","activateTransparency":1,"inactiveColor":"#0225f8","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171462,"id":"[\"LAYER\",86]"}||{"layerId":86,"layerType":"CUSTOM","layerName":"DRAWING FORMAT : PLANE_VCC","use":false,"show":false,"locked":true,"activeColor":"#0225b0","activateTransparency":1,"inactiveColor":"#0225b0","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171463,"id":"[\"LAYER\",87]"}||{"layerId":87,"layerType":"CUSTOM","layerName":"DRAWING FORMAT : PLANE_GND","use":false,"show":false,"locked":true,"activeColor":"#022568","activateTransparency":1,"inactiveColor":"#022568","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171464,"id":"[\"LAYER\",88]"}||{"layerId":88,"layerType":"CUSTOM","layerName":"PACKAGE KEEPIN : ALL","use":false,"show":false,"locked":true,"activeColor":"#022520","activateTransparency":1,"inactiveColor":"#022520","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171465,"id":"[\"LAYER\",89]"}||{"layerId":89,"layerType":"CUSTOM","layerName":"ROUTE KEEPIN : ALL","use":false,"show":false,"locked":true,"activeColor":"#0224d8","activateTransparency":1,"inactiveColor":"#0224d8","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171466,"id":"[\"LAYER\",90]"}||{"layerId":90,"layerType":"CUSTOM","layerName":"DRAWING FORMAT : DRAWING_ORIGIN","use":false,"show":false,"locked":false,"activeColor":"#022490","activateTransparency":1,"inactiveColor":"#022490","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171467,"id":"[\"LAYER\",91]"}||{"layerId":91,"layerType":"CUSTOM","layerName":"Custom21","use":false,"show":false,"locked":false,"activeColor":"#00b400","activateTransparency":1,"inactiveColor":"#005a00","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171468,"id":"[\"LAYER\",92]"}||{"layerId":92,"layerType":"CUSTOM","layerName":"Custom22","use":false,"show":false,"locked":false,"activeColor":"#000080","activateTransparency":1,"inactiveColor":"#000040","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171469,"id":"[\"LAYER\",93]"}||{"layerId":93,"layerType":"CUSTOM","layerName":"Custom23","use":false,"show":false,"locked":false,"activeColor":"#15935f","activateTransparency":1,"inactiveColor":"#0a492f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171470,"id":"[\"LAYER\",94]"}||{"layerId":94,"layerType":"CUSTOM","layerName":"Custom24","use":false,"show":false,"locked":false,"activeColor":"#008080","activateTransparency":1,"inactiveColor":"#004040","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171471,"id":"[\"LAYER\",95]"}||{"layerId":95,"layerType":"CUSTOM","layerName":"Custom25","use":false,"show":false,"locked":false,"activeColor":"#800080","activateTransparency":1,"inactiveColor":"#400040","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171472,"id":"[\"LAYER\",96]"}||{"layerId":96,"layerType":"CUSTOM","layerName":"Custom26","use":false,"show":false,"locked":false,"activeColor":"#9966ff","activateTransparency":1,"inactiveColor":"#4c337f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171473,"id":"[\"LAYER\",97]"}||{"layerId":97,"layerType":"CUSTOM","layerName":"Custom27","use":false,"show":false,"locked":false,"activeColor":"#00cc66","activateTransparency":1,"inactiveColor":"#006633","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171474,"id":"[\"LAYER\",98]"}||{"layerId":98,"layerType":"CUSTOM","layerName":"Custom28","use":false,"show":false,"locked":false,"activeColor":"#70dbfa","activateTransparency":1,"inactiveColor":"#39503f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171475,"id":"[\"LAYER\",99]"}||{"layerId":99,"layerType":"CUSTOM","layerName":"Custom29","use":false,"show":false,"locked":false,"activeColor":"#bc8e00","activateTransparency":1,"inactiveColor":"#5e4700","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171476,"id":"[\"LAYER\",100]"}||{"layerId":100,"layerType":"CUSTOM","layerName":"Custom30","use":false,"show":false,"locked":false,"activeColor":"#00ff00","activateTransparency":1,"inactiveColor":"#007f00","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171477,"id":"[\"LAYER\",101]"}||{"layerId":101,"layerType":"CUSTOM","layerName":"Custom31","use":false,"show":false,"locked":false,"activeColor":"#008000","activateTransparency":1,"inactiveColor":"#004000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171478,"id":"[\"LAYER\",102]"}||{"layerId":102,"layerType":"CUSTOM","layerName":"Custom32","use":false,"show":false,"locked":false,"activeColor":"#999966","activateTransparency":1,"inactiveColor":"#4c4c33","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171479,"id":"[\"LAYER\",103]"}||{"layerId":103,"layerType":"CUSTOM","layerName":"Custom33","use":false,"show":false,"locked":false,"activeColor":"#9069e9","activateTransparency":1,"inactiveColor":"#483474","inactiveTransparency":0.5}|
{"type":"LAYER_PHYS","ticket":2171672,"id":"[\"LAYER_PHYS\",3]"}||{"material":"","thickness":0,"permittivity":0,"lossTangent":0,"isKeepIsland":true,"zIndex":1}|
{"type":"LAYER_PHYS","ticket":2171673,"id":"[\"LAYER_PHYS\",7]"}||{"material":"","thickness":0,"permittivity":0,"lossTangent":0,"isKeepIsland":true,"zIndex":2}|
{"type":"LAYER_PHYS","ticket":2171674,"id":"[\"LAYER_PHYS\",5]"}||{"material":"","thickness":0,"permittivity":0,"lossTangent":0,"isKeepIsland":true,"zIndex":3}|
{"type":"LAYER_PHYS","ticket":2171675,"id":"[\"LAYER_PHYS\",1]"}||{"material":"外层铜厚1oz","thickness":1.378,"permittivity":0,"lossTangent":0,"isKeepIsland":true,"zIndex":1000}|
{"type":"LAYER_PHYS","ticket":98,"id":"[\"LAYER_PHYS\",101]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":5}|
{"type":"LAYER_PHYS","ticket":2171693,"id":"[\"LAYER_PHYS\",15]"}||{"material":"COPPER","thickness":1.201,"permittivity":1,"lossTangent":0,"isKeepIsland":true,"zIndex":1017}|
{"type":"LAYER_PHYS","ticket":100,"id":"[\"LAYER_PHYS\",102]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":7}|
{"type":"LAYER_PHYS","ticket":2171695,"id":"[\"LAYER_PHYS\",16]"}||{"material":"COPPER","thickness":1.201,"permittivity":1,"lossTangent":0,"isKeepIsland":true,"zIndex":1019}|
{"type":"LAYER_PHYS","ticket":102,"id":"[\"LAYER_PHYS\",103]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":9}|
{"type":"LAYER_PHYS","ticket":2171702,"id":"[\"LAYER_PHYS\",2]"}||{"material":"外层铜厚1oz","thickness":1.378,"permittivity":0,"lossTangent":0,"isKeepIsland":true,"zIndex":9000}|
{"type":"LAYER_PHYS","ticket":2171703,"id":"[\"LAYER_PHYS\",6]"}||{"material":"","thickness":0,"permittivity":0,"lossTangent":0,"isKeepIsland":true,"zIndex":10000}|
{"type":"LAYER_PHYS","ticket":2171704,"id":"[\"LAYER_PHYS\",8]"}||{"material":"","thickness":0,"permittivity":0,"lossTangent":0,"isKeepIsland":true,"zIndex":10001}|
{"type":"LAYER_PHYS","ticket":2171705,"id":"[\"LAYER_PHYS\",4]"}||{"material":"","thickness":0,"permittivity":0,"lossTangent":0,"isKeepIsland":true,"zIndex":10002}|
{"type":"ACTIVE_LAYER","ticket":2171706,"id":"ACTIVE_LAYER"}||{"layerId":1}|
{"type":"NET","ticket":108,"id":"[\"NET\",\"\"]"}||{"netType":null,"specialColor":null,"retLine":true,"differentialName":null,"isPositiveNet":false,"equalLengthGroupName":null}|
{"type":"RULE_TEMPLATE","ticket":109,"id":"RULE_TEMPLATE"}||{"name":""}|
{"type":"PRIMITIVE","ticket":110,"id":"[\"PRIMITIVE\",\"ALL\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":111,"id":"[\"PRIMITIVE\",\"COMPONENT\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":112,"id":"[\"PRIMITIVE\",\"PROPERTY\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":113,"id":"[\"PRIMITIVE\",\"COMPONENTSILK\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":114,"id":"[\"PRIMITIVE\",\"TRACK\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":115,"id":"[\"PRIMITIVE\",\"VIA\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":116,"id":"[\"PRIMITIVE\",\"TESTPOINT\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":117,"id":"[\"PRIMITIVE\",\"PAD\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":118,"id":"[\"PRIMITIVE\",\"PADSPAIR\"]"}||{"display":true,"pick":false}|
{"type":"PRIMITIVE","ticket":119,"id":"[\"PRIMITIVE\",\"NETWORK\"]"}||{"display":true,"pick":false}|
{"type":"PRIMITIVE","ticket":120,"id":"[\"PRIMITIVE\",\"SUTUREHOLE\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":121,"id":"[\"PRIMITIVE\",\"TEARDROP\"]"}||{"display":true,"pick":false}|
{"type":"PRIMITIVE","ticket":122,"id":"[\"PRIMITIVE\",\"RATLINE\"]"}||{"display":false,"pick":false}|
{"type":"PRIMITIVE","ticket":123,"id":"[\"PRIMITIVE\",\"GROUP\"]"}||{"display":true,"pick":false}|
{"type":"PRIMITIVE","ticket":124,"id":"[\"PRIMITIVE\",\"TEXT\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":125,"id":"[\"PRIMITIVE\",\"IMAGE\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":126,"id":"[\"PRIMITIVE\",\"PICTURE\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":127,"id":"[\"PRIMITIVE\",\"DIMENSION\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":128,"id":"[\"PRIMITIVE\",\"BOARDOUTLINE\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":129,"id":"[\"PRIMITIVE\",\"SLOTREGION\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":130,"id":"[\"PRIMITIVE\",\"FILLREGIEN\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":131,"id":"[\"PRIMITIVE\",\"COPPEROUTLINE\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":132,"id":"[\"PRIMITIVE\",\"COPPERFILLED\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":133,"id":"[\"PRIMITIVE\",\"PROHIBITEDREGION\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":134,"id":"[\"PRIMITIVE\",\"CONSTRAINT\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":135,"id":"[\"PRIMITIVE\",\"PARTITION\"]"}||{"display":false,"pick":false}|
{"type":"PRIMITIVE","ticket":136,"id":"[\"PRIMITIVE\",\"LINE\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":137,"id":"[\"PRIMITIVE\",\"LOCKED\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":138,"id":"[\"PRIMITIVE\",\"UNLOCKED\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":139,"id":"[\"PRIMITIVE\",\"SHELL\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":140,"id":"[\"PRIMITIVE\",\"BOSS\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":141,"id":"[\"PRIMITIVE\",\"CREASE\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":142,"id":"[\"PRIMITIVE\",\"TOPSHELLCUT\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":143,"id":"[\"PRIMITIVE\",\"SIDESHELLCUT\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":144,"id":"[\"PRIMITIVE\",\"TOPBOTTOMENTITY\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":145,"id":"[\"PRIMITIVE\",\"SIDEENTITY\"]"}||{"display":true,"pick":true}|
{"type":"PRIMITIVE","ticket":146,"id":"[\"PRIMITIVE\",\"FPC_STIFFENER\"]"}||{"display":true,"pick":true}|
{"type":"SILK_OPTS","ticket":147,"id":"[\"SILK_OPTS\",3]"}||{"defaultColor":"#000000","baseColor":"#FFFFFF"}|
{"type":"SILK_OPTS","ticket":148,"id":"[\"SILK_OPTS\",4]"}||{"defaultColor":"#000000","baseColor":"#FFFFFF"}|
{"type":"PREFERENCE","ticket":149,"id":"PREFERENCE"}||{"startTrackWidthFollowLast":false,"lastTrackWidth":10,"startViaSizeFollowLast":false,"lastViaInnerDiameter":12.0078,"lastViaDiameter":24.0158,"snap":true,"routingMode":"SURROUND","routingCorner":"L45","removeLoop":true,"rotatingObject":true,"trackFollow":false,"stretchTrackMinCorner":1,"preferenceConfig":"JLC04161H-7628","realTimeUpdateUnusedLayers":false,"unusedPadRange":"VIA","pushVia":"OPTIMIZA_OPEN","pathOptimization4BePushed":"SINGLE","currentPathOptimization4BePushed":"OPTIMIZA_WEAK","removeCircuitsContainingVias":true,"removeAntenna":true}|
{"type":"RULE","ticket":150,"id":"[\"RULE\",\"SAFE\",\"safeClearance\"]"}||{"ruleState":"DEFAULT","ruleContext":{"unit":"mm","isForAll":"ALL","safeSpacing":[{"layerId":1,"isOpen":true,"content":[[6],[6,6],[6,6,6],[6,6,6,6],[6,6,6,6,6],[6,6,6,6,6,6],[6,6,6,6,6,6,6],[10,10,10,10,10,10,10,10],[6,6,6,6,6,6,6,10,6],[6,6,6,6,6,6,6,10,6,6],[6,6,6,6,6,6,6,10,6,6,6],[11.8,11.8,11.8,11.8,11.8,11.8,11.8,10,11.8,11.8,11.8],[6.9,6.9,6.9,6.9,6.9,6.9,6.9,10,6.9,6.9,6.9,6.9]],"columnNames":[]}]}}|
{"type":"RULE","ticket":151,"id":"[\"RULE\",\"OTHER\",\"otherClearance\"]"}||{"ruleState":"DEFAULT","ruleContext":{"unit":"mm","deviceClearance":0,"thru2SmdClearance":0,"holeClearance":11.811}}|
{"type":"RULE","ticket":152,"id":"[\"RULE\",\"TRACK\",\"trackWidth\"]"}||{"ruleState":"DEFAULT","ruleContext":{"unit":"mm","track":{"isOpen":true,"content":[{"layerId":1,"stroMin":5,"stroDef":10,"stroMax":100}]}}}|
{"type":"RULE","ticket":153,"id":"[\"RULE\",\"NET_LENGTH\",\"netLength\"]"}||{"ruleState":"DEFAULT","ruleContext":{"unit":"mm","netLenMin":0,"netLenMax":0}}|
{"type":"RULE","ticket":154,"id":"[\"RULE\",\"DIFFER_ENTAIL\",\"differentialPair\"]"}||{"ruleState":"DEFAULT","ruleContext":{"unit":"mm","stroWidth":{"isOpen":true,"content":[{"layerId":1,"stroMin":5,"stroDef":10,"stroMax":100}]},"spacing":{"isOpen":true,"content":[{"layerId":1,"spacMin":6,"spacDef":6}]},"differPairLenTolerMax":10}}|
{"type":"RULE","ticket":155,"id":"[\"RULE\",\"BLIND\",\"blindVia\"]"}||{"ruleState":"DEFAULT","ruleContext":{"blinds":{"content":[]}}}|
{"type":"RULE","ticket":156,"id":"[\"RULE\",\"RADIUS\",\"viaSize\"]"}||{"ruleState":"DEFAULT","ruleContext":{"unit":"mm","minRadius":9.8425,"defRadius":12.0079,"maxRadius":196.8504,"minInner":5.9055,"defInner":6.0039,"maxInner":118.1102}}|
{"type":"RULE","ticket":157,"id":"[\"RULE\",\"PLANE\",\"innerPlane\"]"}||{"ruleState":"DEFAULT","ruleContext":{"unit":"mm","mulPad":{"isOpen":true,"content":[{"layerId":1,"connType":"DIVERGENCE","spoWidth":10,"spoSpac":10,"spoAng":90}]}}}|
{"type":"RULE","ticket":158,"id":"[\"RULE\",\"COPPER\",\"copperRegion\"]"}||{"ruleState":"DEFAULT","ruleContext":{"unit":"mm","sglPad":{"isOpen":true,"content":[{"layerId":1,"connType":"DIVERGENCE","spoWidth":10,"spoSpac":10,"spoAng":90}]},"mulPad":{"isOpen":true,"content":[{"layerId":1,"connType":"DIVERGENCE","spoWidth":10,"spoSpac":10,"spoAng":90}]},"track":{"isOpen":true,"content":[{"layerId":1,"connType":"DIRECT"}]}}}|
{"type":"RULE","ticket":159,"id":"[\"RULE\",\"PASTE\",\"pasteMaskExpansion\"]"}||{"ruleState":"DEFAULT","ruleContext":{"unit":"mm","padTopExpan":0,"padBotExpan":0,"testPointTopExpan":-1000,"testPointBotExpan":-1000}}|
{"type":"RULE","ticket":160,"id":"[\"RULE\",\"SOLDER\",\"solderMaskExpansion\"]"}||{"ruleState":"DEFAULT","ruleContext":{"unit":"mm","padTopExpan":2,"padBotExpan":2,"viaTopExpan":-1000,"viaBotExpan":-1000,"testPointTopExpan":2,"testPointBotExpan":2}}|
{"type":"RULE","ticket":161,"id":"[\"RULE\",\"AUTO_ROUTER\",\"Common\"]"}||{"ruleState":"DEFAULT","ruleContext":{"routingCorner":"L45","isKeep":true,"viaQuantity":"LESS","routingEffectPriority":"COMPLETION_FIRST","layers":[1,2,12],"ignoreNets":[]}}|
{"type":"RULE","ticket":162,"id":"[\"RULE\",\"SAFE\",\"Plane_innerPlane\"]"}||{"ruleState":0,"ruleContext":{"unit":"mm","isForAll":"ALL","safeSpacing":[{"layerId":1,"isOpen":true,"content":[[6],[6,6],[6,6,6],[6,6,6,6],[6,6,6,6,6],[6,6,6,6,6,6],[6,6,6,6,6,6,6],[10,10,10,10,10,10,10,10],[6,6,6,6,6,6,6,10,6],[6,6,6,6,6,6,6,10,6,6],[6,6,6,6,6,6,6,10,6,6,6],[11.8,11.8,11.8,11.8,11.8,11.8,11.8,10,11.8,11.8,11.8],[6.9,6.9,6.9,6.9,6.9,6.9,6.9,10,6.9,6.9,6.9,6.9]]}]}}|
{"type":"RULE","ticket":163,"id":"[\"RULE\",\"SAFE\",\"Copper_copperRegion\"]"}||{"ruleState":0,"ruleContext":{"unit":"mm","isForAll":"ALL","safeSpacing":[{"layerId":1,"isOpen":true,"content":[[6],[6,6],[6,6,6],[6,6,6,6],[6,6,6,6,6],[6,6,6,6,6,6],[6,6,6,6,6,6,6],[10,10,10,10,10,10,10,10],[6,6,6,6,6,6,6,10,6],[6,6,6,6,6,6,6,10,6,6],[6,6,6,6,6,6,6,10,6,6,6],[11.8,11.8,11.8,11.8,11.8,11.8,11.8,10,11.8,11.8,11.8],[6.9,6.9,6.9,6.9,6.9,6.9,6.9,10,6.9,6.9,6.9,6.9]]}]}}|
{"type":"RULE_SELECTOR","ticket":164,"id":"[\"RULE_SELECTOR\",[\"NET\",\"\"]]"}||{"ruleOrder":4,"ruleKeyValue":{},"copperValue":{"COPPER":"Copper_copperRegion"},"innerPlaneValue":{"PLANE":"Plane_innerPlane"}}|
{"type":"PANELIZE","ticket":165,"id":"PANELIZE"}||{"on":false,"row":1,"column":1,"rowSpacing":0,"columnSpacing":0,"onlyOutline":true,"horizontalStamp":{"on":false,"stampHoleGroupQuantity":1,"stampHoleDiameter":21.6535,"stampHoleQuantityPerGroup":8,"stampHoleSpacing":33.4646},"verticalStamp":{"on":false,"stampHoleGroupQuantity":1,"stampHoleDiameter":21.6535,"stampHoleQuantityPerGroup":8,"stampHoleSpacing":33.4646},"horizontalSize":{"on":false,"sideHeight":236.2205,"positionHoleDiameter":78.7402,"markDiameter":39.3701,"markExpansion":19.685},"verticalSize":{"on":true,"sideHeight":236.2205,"positionHoleDiameter":78.7402,"markDiameter":39.3701,"markExpansion":19.685}}|
{"type":"ELE_PLACEHOLDER","ticket":166,"id":"6ccb41d1f9a87b63"}||{"dataType":"PAD","max":20}|
{"type":"PAD","ticket":2171708,"id":"ie20"}||{"groupId":0,"netName":"ISEN4N_3628","layerId":1,"num":"2","centerX":20,"centerY":0,"padAngle":90,"hole":null,"defaultPad":{"padType":"OVAL","width":20,"height":30},"specialPad":[],"padOffsetX":0,"padOffsetY":0,"relativeAngle":null,"plated":false,"padType":"NORMAL","topSolderExpansion":null,"bottomSolderExpansion":null,"topPasteExpansion":null,"bottomPasteExpansion":null,"locked":false,"zIndex":-1,"connectMode":null,"spokeSpace":null,"spokeWidth":null,"spokeAngle":null,"unusedInnerLayers":[],"padLen":0}|
{"type":"PAD","ticket":2171707,"id":"ie21"}||{"groupId":0,"netName":"ISEN4P_3628","layerId":1,"num":"1","centerX":-20,"centerY":0,"padAngle":90,"hole":null,"defaultPad":{"padType":"OVAL","width":20,"height":30},"specialPad":[],"padOffsetX":0,"padOffsetY":0,"relativeAngle":null,"plated":false,"padType":"NORMAL","topSolderExpansion":null,"bottomSolderExpansion":null,"topPasteExpansion":null,"bottomPasteExpansion":null,"locked":false,"zIndex":-1,"connectMode":null,"spokeSpace":null,"spokeWidth":null,"spokeAngle":null,"unusedInnerLayers":[],"padLen":0}|
{"type":"ELE_PLACEHOLDER","ticket":169,"id":"b32086744059d914"}||{"dataType":"POLY","max":2}|
{"type":"POLY","ticket":170,"id":"ie2"}||{"groupId":0,"netName":"","layerId":3,"width":5,"path":[-45,20,"L",45,20,45,-20,-45,-20,-45,20],"locked":false,"zIndex":2,"polyType":"NORMAL"}|
{"type":"ELE_PLACEHOLDER","ticket":171,"id":"9fb57565c162bf3d"}||{"dataType":"POLY","max":12}|
{"type":"POLY","ticket":172,"id":"ie15"}||{"groupId":0,"netName":"","layerId":9,"width":0.1,"path":[-45,-20,"L",45,-20,45,20,-45,20,-45,-20],"locked":false,"zIndex":15,"polyType":"NORMAL"}|
{"type":"ELE_PLACEHOLDER","ticket":173,"id":"e1159347ca484ef4"}||{"dataType":"ATTR","max":22}|
{"type":"ATTR","ticket":174,"id":"ie22"}||{"groupId":0,"parentId":"","layerId":3,"x":null,"y":null,"key":"Footprint","value":"R0402","keyVisible":false,"valueVisible":false,"fontFamily":"default","fontSize":67.5,"strokeWidth":6,"bold":false,"italic":false,"origin":"LEFT_BOTTOM","angle":0,"reverse":false,"expansion":0,"mirror":false,"locked":false,"zIndex":22}|
{"type":"ATTR","ticket":175,"id":"ie23"}||{"groupId":0,"parentId":"","layerId":3,"x":null,"y":null,"key":"Designator","value":"R?","keyVisible":false,"valueVisible":false,"fontFamily":"default","fontSize":67.5,"strokeWidth":6,"bold":false,"italic":false,"origin":"LEFT_BOTTOM","angle":0,"reverse":false,"expansion":0,"mirror":false,"locked":false,"zIndex":23}|
{"type":"LAYER","ticket":2171480,"id":"[\"LAYER\",104]"}||{"layerId":104,"layerType":"CUSTOM","layerName":"Custom34","use":false,"show":false,"locked":false,"activeColor":"#6969e9","activateTransparency":1,"inactiveColor":"#343474","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171481,"id":"[\"LAYER\",105]"}||{"layerId":105,"layerType":"CUSTOM","layerName":"Custom35","use":false,"show":false,"locked":false,"activeColor":"#4564d7","activateTransparency":1,"inactiveColor":"#22326b","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171482,"id":"[\"LAYER\",106]"}||{"layerId":106,"layerType":"CUSTOM","layerName":"Custom36","use":false,"show":false,"locked":false,"activeColor":"#215da1","activateTransparency":1,"inactiveColor":"#102e50","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171483,"id":"[\"LAYER\",107]"}||{"layerId":107,"layerType":"CUSTOM","layerName":"Custom37","use":false,"show":false,"locked":false,"activeColor":"#45b4e3","activateTransparency":1,"inactiveColor":"#225a71","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171484,"id":"[\"LAYER\",108]"}||{"layerId":108,"layerType":"CUSTOM","layerName":"Custom38","use":false,"show":false,"locked":false,"activeColor":"#23999d","activateTransparency":1,"inactiveColor":"#114c4e","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171485,"id":"[\"LAYER\",109]"}||{"layerId":109,"layerType":"CUSTOM","layerName":"Custom39","use":false,"show":false,"locked":false,"activeColor":"#2b937e","activateTransparency":1,"inactiveColor":"#15493f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171486,"id":"[\"LAYER\",110]"}||{"layerId":110,"layerType":"CUSTOM","layerName":"Custom40","use":false,"show":false,"locked":false,"activeColor":"#5a8a80","activateTransparency":1,"inactiveColor":"#2d4540","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171487,"id":"[\"LAYER\",111]"}||{"layerId":111,"layerType":"CUSTOM","layerName":"Custom41","use":false,"show":false,"locked":false,"activeColor":"#0c715d","activateTransparency":1,"inactiveColor":"#06382e","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171488,"id":"[\"LAYER\",112]"}||{"layerId":112,"layerType":"CUSTOM","layerName":"Custom42","use":false,"show":false,"locked":false,"activeColor":"#39503f","activateTransparency":1,"inactiveColor":"#1c281f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171489,"id":"[\"LAYER\",113]"}||{"layerId":113,"layerType":"CUSTOM","layerName":"Custom43","use":false,"show":false,"locked":false,"activeColor":"#728978","activateTransparency":1,"inactiveColor":"#39443c","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171490,"id":"[\"LAYER\",114]"}||{"layerId":114,"layerType":"CUSTOM","layerName":"Custom44","use":false,"show":false,"locked":false,"activeColor":"#c3ecce","activateTransparency":1,"inactiveColor":"#617667","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171491,"id":"[\"LAYER\",115]"}||{"layerId":115,"layerType":"CUSTOM","layerName":"Custom45","use":false,"show":false,"locked":false,"activeColor":"#43ae5f","activateTransparency":1,"inactiveColor":"#21572f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171492,"id":"[\"LAYER\",116]"}||{"layerId":116,"layerType":"CUSTOM","layerName":"Custom46","use":false,"show":false,"locked":false,"activeColor":"#8000bc","activateTransparency":1,"inactiveColor":"#40005e","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171493,"id":"[\"LAYER\",117]"}||{"layerId":117,"layerType":"CUSTOM","layerName":"Custom47","use":false,"show":false,"locked":false,"activeColor":"#3535ff","activateTransparency":1,"inactiveColor":"#1a1a7f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171494,"id":"[\"LAYER\",118]"}||{"layerId":118,"layerType":"CUSTOM","layerName":"Custom48","use":false,"show":false,"locked":false,"activeColor":"#2e4756","activateTransparency":1,"inactiveColor":"#17232b","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171495,"id":"[\"LAYER\",119]"}||{"layerId":119,"layerType":"CUSTOM","layerName":"Custom49","use":false,"show":false,"locked":false,"activeColor":"#99842f","activateTransparency":1,"inactiveColor":"#4c4217","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171496,"id":"[\"LAYER\",120]"}||{"layerId":120,"layerType":"CUSTOM","layerName":"Custom50","use":false,"show":false,"locked":false,"activeColor":"#ffffaa","activateTransparency":1,"inactiveColor":"#7f7f55","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171497,"id":"[\"LAYER\",121]"}||{"layerId":121,"layerType":"CUSTOM","layerName":"Custom51","use":false,"show":false,"locked":false,"activeColor":"#99842f","activateTransparency":1,"inactiveColor":"#4c4217","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171498,"id":"[\"LAYER\",122]"}||{"layerId":122,"layerType":"CUSTOM","layerName":"Custom52","use":false,"show":false,"locked":false,"activeColor":"#2e4756","activateTransparency":1,"inactiveColor":"#17232b","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171499,"id":"[\"LAYER\",123]"}||{"layerId":123,"layerType":"CUSTOM","layerName":"Custom53","use":false,"show":false,"locked":false,"activeColor":"#00b400","activateTransparency":1,"inactiveColor":"#005a00","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171500,"id":"[\"LAYER\",124]"}||{"layerId":124,"layerType":"CUSTOM","layerName":"Custom54","use":false,"show":false,"locked":false,"activeColor":"#000080","activateTransparency":1,"inactiveColor":"#000040","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171501,"id":"[\"LAYER\",125]"}||{"layerId":125,"layerType":"CUSTOM","layerName":"Custom55","use":false,"show":false,"locked":false,"activeColor":"#15935f","activateTransparency":1,"inactiveColor":"#a.492f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171502,"id":"[\"LAYER\",126]"}||{"layerId":126,"layerType":"CUSTOM","layerName":"Custom56","use":false,"show":false,"locked":false,"activeColor":"#008080","activateTransparency":1,"inactiveColor":"#004040","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171503,"id":"[\"LAYER\",127]"}||{"layerId":127,"layerType":"CUSTOM","layerName":"Custom57","use":false,"show":false,"locked":false,"activeColor":"#800080","activateTransparency":1,"inactiveColor":"#400040","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171504,"id":"[\"LAYER\",128]"}||{"layerId":128,"layerType":"CUSTOM","layerName":"Custom58","use":false,"show":false,"locked":false,"activeColor":"#9966ff","activateTransparency":1,"inactiveColor":"#4c337f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171505,"id":"[\"LAYER\",129]"}||{"layerId":129,"layerType":"CUSTOM","layerName":"Custom59","use":false,"show":false,"locked":false,"activeColor":"#00cc66","activateTransparency":1,"inactiveColor":"#006633","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171506,"id":"[\"LAYER\",130]"}||{"layerId":130,"layerType":"CUSTOM","layerName":"Custom60","use":false,"show":false,"locked":false,"activeColor":"#70dbfa","activateTransparency":1,"inactiveColor":"#386d7d","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171507,"id":"[\"LAYER\",131]"}||{"layerId":131,"layerType":"CUSTOM","layerName":"Custom61","use":false,"show":false,"locked":false,"activeColor":"#bc8e00","activateTransparency":1,"inactiveColor":"#5e4700","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171508,"id":"[\"LAYER\",132]"}||{"layerId":132,"layerType":"CUSTOM","layerName":"Custom62","use":false,"show":false,"locked":false,"activeColor":"#00ff00","activateTransparency":1,"inactiveColor":"#007f00","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171509,"id":"[\"LAYER\",133]"}||{"layerId":133,"layerType":"CUSTOM","layerName":"Custom63","use":false,"show":false,"locked":false,"activeColor":"#008000","activateTransparency":1,"inactiveColor":"#004000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171510,"id":"[\"LAYER\",134]"}||{"layerId":134,"layerType":"CUSTOM","layerName":"Custom64","use":false,"show":false,"locked":false,"activeColor":"#999966","activateTransparency":1,"inactiveColor":"#4c4c33","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171511,"id":"[\"LAYER\",135]"}||{"layerId":135,"layerType":"CUSTOM","layerName":"Custom65","use":false,"show":false,"locked":false,"activeColor":"#9069e9","activateTransparency":1,"inactiveColor":"#483474","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171512,"id":"[\"LAYER\",136]"}||{"layerId":136,"layerType":"CUSTOM","layerName":"Custom66","use":false,"show":false,"locked":false,"activeColor":"#6969e9","activateTransparency":1,"inactiveColor":"#343474","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171513,"id":"[\"LAYER\",137]"}||{"layerId":137,"layerType":"CUSTOM","layerName":"Custom67","use":false,"show":false,"locked":false,"activeColor":"#4564d7","activateTransparency":1,"inactiveColor":"#22326b","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171514,"id":"[\"LAYER\",138]"}||{"layerId":138,"layerType":"CUSTOM","layerName":"Custom68","use":false,"show":false,"locked":false,"activeColor":"#215da1","activateTransparency":1,"inactiveColor":"#102e50","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171515,"id":"[\"LAYER\",139]"}||{"layerId":139,"layerType":"CUSTOM","layerName":"Custom69","use":false,"show":false,"locked":false,"activeColor":"#45b4e3","activateTransparency":1,"inactiveColor":"#225a71","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171516,"id":"[\"LAYER\",140]"}||{"layerId":140,"layerType":"CUSTOM","layerName":"Custom70","use":false,"show":false,"locked":false,"activeColor":"#23999d","activateTransparency":1,"inactiveColor":"#114c4e","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171517,"id":"[\"LAYER\",141]"}||{"layerId":141,"layerType":"CUSTOM","layerName":"Custom71","use":false,"show":false,"locked":false,"activeColor":"#2b937e","activateTransparency":1,"inactiveColor":"#15493f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171518,"id":"[\"LAYER\",142]"}||{"layerId":142,"layerType":"CUSTOM","layerName":"Custom72","use":false,"show":false,"locked":false,"activeColor":"#5a8a80","activateTransparency":1,"inactiveColor":"#2d4540","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171519,"id":"[\"LAYER\",143]"}||{"layerId":143,"layerType":"CUSTOM","layerName":"Custom73","use":false,"show":false,"locked":false,"activeColor":"#0c715d","activateTransparency":1,"inactiveColor":"#06382e","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171520,"id":"[\"LAYER\",144]"}||{"layerId":144,"layerType":"CUSTOM","layerName":"Custom74","use":false,"show":false,"locked":false,"activeColor":"#39503f","activateTransparency":1,"inactiveColor":"#1c281f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171521,"id":"[\"LAYER\",145]"}||{"layerId":145,"layerType":"CUSTOM","layerName":"Custom75","use":false,"show":false,"locked":false,"activeColor":"#728978","activateTransparency":1,"inactiveColor":"#39443c","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171522,"id":"[\"LAYER\",146]"}||{"layerId":146,"layerType":"CUSTOM","layerName":"Custom76","use":false,"show":false,"locked":false,"activeColor":"#c3ecce","activateTransparency":1,"inactiveColor":"#617667","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171523,"id":"[\"LAYER\",147]"}||{"layerId":147,"layerType":"CUSTOM","layerName":"Custom77","use":false,"show":false,"locked":false,"activeColor":"#43ae5f","activateTransparency":1,"inactiveColor":"#21572f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171524,"id":"[\"LAYER\",148]"}||{"layerId":148,"layerType":"CUSTOM","layerName":"Custom78","use":false,"show":false,"locked":false,"activeColor":"#8000bc","activateTransparency":1,"inactiveColor":"#40005e","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171525,"id":"[\"LAYER\",149]"}||{"layerId":149,"layerType":"CUSTOM","layerName":"Custom79","use":false,"show":false,"locked":false,"activeColor":"#3535ff","activateTransparency":1,"inactiveColor":"#1a1a7f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171526,"id":"[\"LAYER\",150]"}||{"layerId":150,"layerType":"CUSTOM","layerName":"Custom80","use":false,"show":false,"locked":false,"activeColor":"#2e4756","activateTransparency":1,"inactiveColor":"#17232b","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171527,"id":"[\"LAYER\",151]"}||{"layerId":151,"layerType":"CUSTOM","layerName":"Custom81","use":false,"show":false,"locked":false,"activeColor":"#99842f","activateTransparency":1,"inactiveColor":"#4c4217","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171528,"id":"[\"LAYER\",152]"}||{"layerId":152,"layerType":"CUSTOM","layerName":"Custom82","use":false,"show":false,"locked":false,"activeColor":"#ffffaa","activateTransparency":1,"inactiveColor":"#7f7f55","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171529,"id":"[\"LAYER\",153]"}||{"layerId":153,"layerType":"CUSTOM","layerName":"Custom83","use":false,"show":false,"locked":false,"activeColor":"#99842f","activateTransparency":1,"inactiveColor":"#4c4217","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171530,"id":"[\"LAYER\",154]"}||{"layerId":154,"layerType":"CUSTOM","layerName":"Custom84","use":false,"show":false,"locked":false,"activeColor":"#2e4756","activateTransparency":1,"inactiveColor":"#17232b","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171531,"id":"[\"LAYER\",155]"}||{"layerId":155,"layerType":"CUSTOM","layerName":"Custom85","use":false,"show":false,"locked":false,"activeColor":"#00b400","activateTransparency":1,"inactiveColor":"#005a00","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171532,"id":"[\"LAYER\",156]"}||{"layerId":156,"layerType":"CUSTOM","layerName":"Custom86","use":false,"show":false,"locked":false,"activeColor":"#000080","activateTransparency":1,"inactiveColor":"#000040","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171533,"id":"[\"LAYER\",157]"}||{"layerId":157,"layerType":"CUSTOM","layerName":"Custom87","use":false,"show":false,"locked":false,"activeColor":"#15935f","activateTransparency":1,"inactiveColor":"#a.492f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171534,"id":"[\"LAYER\",158]"}||{"layerId":158,"layerType":"CUSTOM","layerName":"Custom88","use":false,"show":false,"locked":false,"activeColor":"#008080","activateTransparency":1,"inactiveColor":"#004040","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171535,"id":"[\"LAYER\",159]"}||{"layerId":159,"layerType":"CUSTOM","layerName":"Custom89","use":false,"show":false,"locked":false,"activeColor":"#800080","activateTransparency":1,"inactiveColor":"#400040","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171536,"id":"[\"LAYER\",160]"}||{"layerId":160,"layerType":"CUSTOM","layerName":"Custom90","use":false,"show":false,"locked":false,"activeColor":"#9966ff","activateTransparency":1,"inactiveColor":"#4c337f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171537,"id":"[\"LAYER\",161]"}||{"layerId":161,"layerType":"CUSTOM","layerName":"Custom91","use":false,"show":false,"locked":false,"activeColor":"#00cc66","activateTransparency":1,"inactiveColor":"#006633","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171538,"id":"[\"LAYER\",162]"}||{"layerId":162,"layerType":"CUSTOM","layerName":"Custom92","use":false,"show":false,"locked":false,"activeColor":"#70dbfa","activateTransparency":1,"inactiveColor":"#386d7d","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171539,"id":"[\"LAYER\",163]"}||{"layerId":163,"layerType":"CUSTOM","layerName":"Custom93","use":false,"show":false,"locked":false,"activeColor":"#bc8e00","activateTransparency":1,"inactiveColor":"#5e4700","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171540,"id":"[\"LAYER\",164]"}||{"layerId":164,"layerType":"CUSTOM","layerName":"Custom94","use":false,"show":false,"locked":false,"activeColor":"#00ff00","activateTransparency":1,"inactiveColor":"#007f00","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171541,"id":"[\"LAYER\",165]"}||{"layerId":165,"layerType":"CUSTOM","layerName":"Custom95","use":false,"show":false,"locked":false,"activeColor":"#008000","activateTransparency":1,"inactiveColor":"#004000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171542,"id":"[\"LAYER\",166]"}||{"layerId":166,"layerType":"CUSTOM","layerName":"Custom96","use":false,"show":false,"locked":false,"activeColor":"#999966","activateTransparency":1,"inactiveColor":"#4c4c33","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171543,"id":"[\"LAYER\",167]"}||{"layerId":167,"layerType":"CUSTOM","layerName":"Custom97","use":false,"show":false,"locked":false,"activeColor":"#9069e9","activateTransparency":1,"inactiveColor":"#483474","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171544,"id":"[\"LAYER\",168]"}||{"layerId":168,"layerType":"CUSTOM","layerName":"Custom98","use":false,"show":false,"locked":false,"activeColor":"#6969e9","activateTransparency":1,"inactiveColor":"#343474","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171545,"id":"[\"LAYER\",169]"}||{"layerId":169,"layerType":"CUSTOM","layerName":"Custom99","use":false,"show":false,"locked":false,"activeColor":"#4564d7","activateTransparency":1,"inactiveColor":"#22326b","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171546,"id":"[\"LAYER\",170]"}||{"layerId":170,"layerType":"CUSTOM","layerName":"Custom100","use":false,"show":false,"locked":false,"activeColor":"#215da1","activateTransparency":1,"inactiveColor":"#102e50","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171547,"id":"[\"LAYER\",171]"}||{"layerId":171,"layerType":"CUSTOM","layerName":"Custom101","use":false,"show":false,"locked":false,"activeColor":"#45b4e3","activateTransparency":1,"inactiveColor":"#225a71","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171548,"id":"[\"LAYER\",172]"}||{"layerId":172,"layerType":"CUSTOM","layerName":"Custom102","use":false,"show":false,"locked":false,"activeColor":"#23999d","activateTransparency":1,"inactiveColor":"#114c4e","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171549,"id":"[\"LAYER\",173]"}||{"layerId":173,"layerType":"CUSTOM","layerName":"Custom103","use":false,"show":false,"locked":false,"activeColor":"#2b937e","activateTransparency":1,"inactiveColor":"#15493f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171550,"id":"[\"LAYER\",174]"}||{"layerId":174,"layerType":"CUSTOM","layerName":"Custom104","use":false,"show":false,"locked":false,"activeColor":"#5a8a80","activateTransparency":1,"inactiveColor":"#2d4540","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171551,"id":"[\"LAYER\",175]"}||{"layerId":175,"layerType":"CUSTOM","layerName":"Custom105","use":false,"show":false,"locked":false,"activeColor":"#0c715d","activateTransparency":1,"inactiveColor":"#06382e","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171552,"id":"[\"LAYER\",176]"}||{"layerId":176,"layerType":"CUSTOM","layerName":"Custom106","use":false,"show":false,"locked":false,"activeColor":"#39503f","activateTransparency":1,"inactiveColor":"#1c281f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171553,"id":"[\"LAYER\",177]"}||{"layerId":177,"layerType":"CUSTOM","layerName":"Custom107","use":false,"show":false,"locked":false,"activeColor":"#728978","activateTransparency":1,"inactiveColor":"#39443c","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171554,"id":"[\"LAYER\",178]"}||{"layerId":178,"layerType":"CUSTOM","layerName":"Custom108","use":false,"show":false,"locked":false,"activeColor":"#c3ecce","activateTransparency":1,"inactiveColor":"#617667","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171555,"id":"[\"LAYER\",179]"}||{"layerId":179,"layerType":"CUSTOM","layerName":"Custom109","use":false,"show":false,"locked":false,"activeColor":"#43ae5f","activateTransparency":1,"inactiveColor":"#21572f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171556,"id":"[\"LAYER\",180]"}||{"layerId":180,"layerType":"CUSTOM","layerName":"Custom110","use":false,"show":false,"locked":false,"activeColor":"#8000bc","activateTransparency":1,"inactiveColor":"#40005e","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171557,"id":"[\"LAYER\",181]"}||{"layerId":181,"layerType":"CUSTOM","layerName":"Custom111","use":false,"show":false,"locked":false,"activeColor":"#3535ff","activateTransparency":1,"inactiveColor":"#1a1a7f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171558,"id":"[\"LAYER\",182]"}||{"layerId":182,"layerType":"CUSTOM","layerName":"Custom112","use":false,"show":false,"locked":false,"activeColor":"#2e4756","activateTransparency":1,"inactiveColor":"#17232b","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171559,"id":"[\"LAYER\",183]"}||{"layerId":183,"layerType":"CUSTOM","layerName":"Custom113","use":false,"show":false,"locked":false,"activeColor":"#99842f","activateTransparency":1,"inactiveColor":"#4c4217","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171560,"id":"[\"LAYER\",184]"}||{"layerId":184,"layerType":"CUSTOM","layerName":"Custom114","use":false,"show":false,"locked":false,"activeColor":"#ffffaa","activateTransparency":1,"inactiveColor":"#7f7f55","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171561,"id":"[\"LAYER\",185]"}||{"layerId":185,"layerType":"CUSTOM","layerName":"Custom115","use":false,"show":false,"locked":false,"activeColor":"#99842f","activateTransparency":1,"inactiveColor":"#4c4217","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171562,"id":"[\"LAYER\",186]"}||{"layerId":186,"layerType":"CUSTOM","layerName":"Custom116","use":false,"show":false,"locked":false,"activeColor":"#2e4756","activateTransparency":1,"inactiveColor":"#17232b","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171563,"id":"[\"LAYER\",187]"}||{"layerId":187,"layerType":"CUSTOM","layerName":"Custom117","use":false,"show":false,"locked":false,"activeColor":"#00b400","activateTransparency":1,"inactiveColor":"#005a00","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171564,"id":"[\"LAYER\",188]"}||{"layerId":188,"layerType":"CUSTOM","layerName":"Custom118","use":false,"show":false,"locked":false,"activeColor":"#000080","activateTransparency":1,"inactiveColor":"#000040","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171565,"id":"[\"LAYER\",189]"}||{"layerId":189,"layerType":"CUSTOM","layerName":"Custom119","use":false,"show":false,"locked":false,"activeColor":"#15935f","activateTransparency":1,"inactiveColor":"#a.492f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171566,"id":"[\"LAYER\",190]"}||{"layerId":190,"layerType":"CUSTOM","layerName":"Custom120","use":false,"show":false,"locked":false,"activeColor":"#008080","activateTransparency":1,"inactiveColor":"#004040","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171567,"id":"[\"LAYER\",191]"}||{"layerId":191,"layerType":"CUSTOM","layerName":"Custom121","use":false,"show":false,"locked":false,"activeColor":"#800080","activateTransparency":1,"inactiveColor":"#400040","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171568,"id":"[\"LAYER\",192]"}||{"layerId":192,"layerType":"CUSTOM","layerName":"Custom122","use":false,"show":false,"locked":false,"activeColor":"#9966ff","activateTransparency":1,"inactiveColor":"#4c337f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171569,"id":"[\"LAYER\",193]"}||{"layerId":193,"layerType":"CUSTOM","layerName":"Custom123","use":false,"show":false,"locked":false,"activeColor":"#00cc66","activateTransparency":1,"inactiveColor":"#006633","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171570,"id":"[\"LAYER\",194]"}||{"layerId":194,"layerType":"CUSTOM","layerName":"Custom124","use":false,"show":false,"locked":false,"activeColor":"#70dbfa","activateTransparency":1,"inactiveColor":"#386d7d","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171571,"id":"[\"LAYER\",195]"}||{"layerId":195,"layerType":"CUSTOM","layerName":"Custom125","use":false,"show":false,"locked":false,"activeColor":"#bc8e00","activateTransparency":1,"inactiveColor":"#5e4700","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171572,"id":"[\"LAYER\",196]"}||{"layerId":196,"layerType":"CUSTOM","layerName":"Custom126","use":false,"show":false,"locked":false,"activeColor":"#00ff00","activateTransparency":1,"inactiveColor":"#007f00","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171573,"id":"[\"LAYER\",197]"}||{"layerId":197,"layerType":"CUSTOM","layerName":"Custom127","use":false,"show":false,"locked":false,"activeColor":"#008000","activateTransparency":1,"inactiveColor":"#004000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171574,"id":"[\"LAYER\",198]"}||{"layerId":198,"layerType":"CUSTOM","layerName":"Custom128","use":false,"show":false,"locked":false,"activeColor":"#999966","activateTransparency":1,"inactiveColor":"#4c4c33","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171575,"id":"[\"LAYER\",199]"}||{"layerId":199,"layerType":"CUSTOM","layerName":"Custom129","use":false,"show":false,"locked":false,"activeColor":"#9069e9","activateTransparency":1,"inactiveColor":"#483474","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171576,"id":"[\"LAYER\",200]"}||{"layerId":200,"layerType":"CUSTOM","layerName":"Custom130","use":false,"show":false,"locked":false,"activeColor":"#6969e9","activateTransparency":1,"inactiveColor":"#343474","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171577,"id":"[\"LAYER\",201]"}||{"layerId":201,"layerType":"CUSTOM","layerName":"Custom131","use":false,"show":false,"locked":false,"activeColor":"#4564d7","activateTransparency":1,"inactiveColor":"#22326b","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171578,"id":"[\"LAYER\",202]"}||{"layerId":202,"layerType":"CUSTOM","layerName":"Custom132","use":false,"show":false,"locked":false,"activeColor":"#215da1","activateTransparency":1,"inactiveColor":"#102e50","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171579,"id":"[\"LAYER\",203]"}||{"layerId":203,"layerType":"CUSTOM","layerName":"Custom133","use":false,"show":false,"locked":false,"activeColor":"#45b4e3","activateTransparency":1,"inactiveColor":"#225a71","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171580,"id":"[\"LAYER\",204]"}||{"layerId":204,"layerType":"CUSTOM","layerName":"Custom134","use":false,"show":false,"locked":false,"activeColor":"#23999d","activateTransparency":1,"inactiveColor":"#114c4e","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171581,"id":"[\"LAYER\",205]"}||{"layerId":205,"layerType":"CUSTOM","layerName":"Custom135","use":false,"show":false,"locked":false,"activeColor":"#2b937e","activateTransparency":1,"inactiveColor":"#15493f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171582,"id":"[\"LAYER\",206]"}||{"layerId":206,"layerType":"CUSTOM","layerName":"Custom136","use":false,"show":false,"locked":false,"activeColor":"#5a8a80","activateTransparency":1,"inactiveColor":"#2d4540","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171583,"id":"[\"LAYER\",207]"}||{"layerId":207,"layerType":"CUSTOM","layerName":"Custom137","use":false,"show":false,"locked":false,"activeColor":"#0c715d","activateTransparency":1,"inactiveColor":"#06382e","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171584,"id":"[\"LAYER\",208]"}||{"layerId":208,"layerType":"CUSTOM","layerName":"Custom138","use":false,"show":false,"locked":false,"activeColor":"#39503f","activateTransparency":1,"inactiveColor":"#1c281f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171585,"id":"[\"LAYER\",209]"}||{"layerId":209,"layerType":"CUSTOM","layerName":"Custom139","use":false,"show":false,"locked":false,"activeColor":"#728978","activateTransparency":1,"inactiveColor":"#39443c","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171586,"id":"[\"LAYER\",210]"}||{"layerId":210,"layerType":"CUSTOM","layerName":"Custom140","use":false,"show":false,"locked":false,"activeColor":"#c3ecce","activateTransparency":1,"inactiveColor":"#617667","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171587,"id":"[\"LAYER\",211]"}||{"layerId":211,"layerType":"CUSTOM","layerName":"Custom141","use":false,"show":false,"locked":false,"activeColor":"#43ae5f","activateTransparency":1,"inactiveColor":"#21572f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171588,"id":"[\"LAYER\",212]"}||{"layerId":212,"layerType":"CUSTOM","layerName":"Custom142","use":false,"show":false,"locked":false,"activeColor":"#8000bc","activateTransparency":1,"inactiveColor":"#40005e","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171589,"id":"[\"LAYER\",213]"}||{"layerId":213,"layerType":"CUSTOM","layerName":"Custom143","use":false,"show":false,"locked":false,"activeColor":"#3535ff","activateTransparency":1,"inactiveColor":"#1a1a7f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171590,"id":"[\"LAYER\",214]"}||{"layerId":214,"layerType":"CUSTOM","layerName":"Custom144","use":false,"show":false,"locked":false,"activeColor":"#2e4756","activateTransparency":1,"inactiveColor":"#17232b","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171591,"id":"[\"LAYER\",215]"}||{"layerId":215,"layerType":"CUSTOM","layerName":"Custom145","use":false,"show":false,"locked":false,"activeColor":"#99842f","activateTransparency":1,"inactiveColor":"#4c4217","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171592,"id":"[\"LAYER\",216]"}||{"layerId":216,"layerType":"CUSTOM","layerName":"Custom146","use":false,"show":false,"locked":false,"activeColor":"#ffffaa","activateTransparency":1,"inactiveColor":"#7f7f55","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171593,"id":"[\"LAYER\",217]"}||{"layerId":217,"layerType":"CUSTOM","layerName":"Custom147","use":false,"show":false,"locked":false,"activeColor":"#99842f","activateTransparency":1,"inactiveColor":"#4c4217","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171594,"id":"[\"LAYER\",218]"}||{"layerId":218,"layerType":"CUSTOM","layerName":"Custom148","use":false,"show":false,"locked":false,"activeColor":"#2e4756","activateTransparency":1,"inactiveColor":"#17232b","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171595,"id":"[\"LAYER\",219]"}||{"layerId":219,"layerType":"CUSTOM","layerName":"Custom149","use":false,"show":false,"locked":false,"activeColor":"#00b400","activateTransparency":1,"inactiveColor":"#005a00","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171596,"id":"[\"LAYER\",220]"}||{"layerId":220,"layerType":"CUSTOM","layerName":"Custom150","use":false,"show":false,"locked":false,"activeColor":"#000080","activateTransparency":1,"inactiveColor":"#000040","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171597,"id":"[\"LAYER\",221]"}||{"layerId":221,"layerType":"CUSTOM","layerName":"Custom151","use":false,"show":false,"locked":false,"activeColor":"#15935f","activateTransparency":1,"inactiveColor":"#a.492f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171598,"id":"[\"LAYER\",222]"}||{"layerId":222,"layerType":"CUSTOM","layerName":"Custom152","use":false,"show":false,"locked":false,"activeColor":"#008080","activateTransparency":1,"inactiveColor":"#004040","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171599,"id":"[\"LAYER\",223]"}||{"layerId":223,"layerType":"CUSTOM","layerName":"Custom153","use":false,"show":false,"locked":false,"activeColor":"#800080","activateTransparency":1,"inactiveColor":"#400040","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171600,"id":"[\"LAYER\",224]"}||{"layerId":224,"layerType":"CUSTOM","layerName":"Custom154","use":false,"show":false,"locked":false,"activeColor":"#9966ff","activateTransparency":1,"inactiveColor":"#4c337f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171601,"id":"[\"LAYER\",225]"}||{"layerId":225,"layerType":"CUSTOM","layerName":"Custom155","use":false,"show":false,"locked":false,"activeColor":"#00cc66","activateTransparency":1,"inactiveColor":"#006633","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171602,"id":"[\"LAYER\",226]"}||{"layerId":226,"layerType":"CUSTOM","layerName":"Custom156","use":false,"show":false,"locked":false,"activeColor":"#70dbfa","activateTransparency":1,"inactiveColor":"#386d7d","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171603,"id":"[\"LAYER\",227]"}||{"layerId":227,"layerType":"CUSTOM","layerName":"Custom157","use":false,"show":false,"locked":false,"activeColor":"#bc8e00","activateTransparency":1,"inactiveColor":"#5e4700","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171604,"id":"[\"LAYER\",228]"}||{"layerId":228,"layerType":"CUSTOM","layerName":"Custom158","use":false,"show":false,"locked":false,"activeColor":"#00ff00","activateTransparency":1,"inactiveColor":"#007f00","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171605,"id":"[\"LAYER\",229]"}||{"layerId":229,"layerType":"CUSTOM","layerName":"Custom159","use":false,"show":false,"locked":false,"activeColor":"#008000","activateTransparency":1,"inactiveColor":"#004000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171606,"id":"[\"LAYER\",230]"}||{"layerId":230,"layerType":"CUSTOM","layerName":"Custom160","use":false,"show":false,"locked":false,"activeColor":"#999966","activateTransparency":1,"inactiveColor":"#4c4c33","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171607,"id":"[\"LAYER\",231]"}||{"layerId":231,"layerType":"CUSTOM","layerName":"Custom161","use":false,"show":false,"locked":false,"activeColor":"#9069e9","activateTransparency":1,"inactiveColor":"#483474","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171608,"id":"[\"LAYER\",232]"}||{"layerId":232,"layerType":"CUSTOM","layerName":"Custom162","use":false,"show":false,"locked":false,"activeColor":"#6969e9","activateTransparency":1,"inactiveColor":"#343474","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171609,"id":"[\"LAYER\",233]"}||{"layerId":233,"layerType":"CUSTOM","layerName":"Custom163","use":false,"show":false,"locked":false,"activeColor":"#4564d7","activateTransparency":1,"inactiveColor":"#22326b","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171610,"id":"[\"LAYER\",234]"}||{"layerId":234,"layerType":"CUSTOM","layerName":"Custom164","use":false,"show":false,"locked":false,"activeColor":"#215da1","activateTransparency":1,"inactiveColor":"#102e50","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171611,"id":"[\"LAYER\",235]"}||{"layerId":235,"layerType":"CUSTOM","layerName":"Custom165","use":false,"show":false,"locked":false,"activeColor":"#45b4e3","activateTransparency":1,"inactiveColor":"#225a71","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171612,"id":"[\"LAYER\",236]"}||{"layerId":236,"layerType":"CUSTOM","layerName":"Custom166","use":false,"show":false,"locked":false,"activeColor":"#23999d","activateTransparency":1,"inactiveColor":"#114c4e","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171613,"id":"[\"LAYER\",237]"}||{"layerId":237,"layerType":"CUSTOM","layerName":"Custom167","use":false,"show":false,"locked":false,"activeColor":"#2b937e","activateTransparency":1,"inactiveColor":"#15493f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171614,"id":"[\"LAYER\",238]"}||{"layerId":238,"layerType":"CUSTOM","layerName":"Custom168","use":false,"show":false,"locked":false,"activeColor":"#5a8a80","activateTransparency":1,"inactiveColor":"#2d4540","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171615,"id":"[\"LAYER\",239]"}||{"layerId":239,"layerType":"CUSTOM","layerName":"Custom169","use":false,"show":false,"locked":false,"activeColor":"#0c715d","activateTransparency":1,"inactiveColor":"#06382e","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171616,"id":"[\"LAYER\",240]"}||{"layerId":240,"layerType":"CUSTOM","layerName":"Custom170","use":false,"show":false,"locked":false,"activeColor":"#39503f","activateTransparency":1,"inactiveColor":"#1c281f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171617,"id":"[\"LAYER\",241]"}||{"layerId":241,"layerType":"CUSTOM","layerName":"Custom171","use":false,"show":false,"locked":false,"activeColor":"#728978","activateTransparency":1,"inactiveColor":"#39443c","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171618,"id":"[\"LAYER\",242]"}||{"layerId":242,"layerType":"CUSTOM","layerName":"Custom172","use":false,"show":false,"locked":false,"activeColor":"#c3ecce","activateTransparency":1,"inactiveColor":"#617667","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171619,"id":"[\"LAYER\",243]"}||{"layerId":243,"layerType":"CUSTOM","layerName":"Custom173","use":false,"show":false,"locked":false,"activeColor":"#43ae5f","activateTransparency":1,"inactiveColor":"#21572f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171620,"id":"[\"LAYER\",244]"}||{"layerId":244,"layerType":"CUSTOM","layerName":"Custom174","use":false,"show":false,"locked":false,"activeColor":"#8000bc","activateTransparency":1,"inactiveColor":"#40005e","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171621,"id":"[\"LAYER\",245]"}||{"layerId":245,"layerType":"CUSTOM","layerName":"Custom175","use":false,"show":false,"locked":false,"activeColor":"#3535ff","activateTransparency":1,"inactiveColor":"#1a1a7f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171622,"id":"[\"LAYER\",246]"}||{"layerId":246,"layerType":"CUSTOM","layerName":"Custom176","use":false,"show":false,"locked":false,"activeColor":"#2e4756","activateTransparency":1,"inactiveColor":"#17232b","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171623,"id":"[\"LAYER\",247]"}||{"layerId":247,"layerType":"CUSTOM","layerName":"Custom177","use":false,"show":false,"locked":false,"activeColor":"#99842f","activateTransparency":1,"inactiveColor":"#4c4217","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171624,"id":"[\"LAYER\",248]"}||{"layerId":248,"layerType":"CUSTOM","layerName":"Custom178","use":false,"show":false,"locked":false,"activeColor":"#ffffaa","activateTransparency":1,"inactiveColor":"#7f7f55","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171625,"id":"[\"LAYER\",249]"}||{"layerId":249,"layerType":"CUSTOM","layerName":"Custom179","use":false,"show":false,"locked":false,"activeColor":"#99842f","activateTransparency":1,"inactiveColor":"#4c4217","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171626,"id":"[\"LAYER\",250]"}||{"layerId":250,"layerType":"CUSTOM","layerName":"Custom180","use":false,"show":false,"locked":false,"activeColor":"#2e4756","activateTransparency":1,"inactiveColor":"#17232b","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171627,"id":"[\"LAYER\",251]"}||{"layerId":251,"layerType":"CUSTOM","layerName":"Custom181","use":false,"show":false,"locked":false,"activeColor":"#00b400","activateTransparency":1,"inactiveColor":"#005a00","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171628,"id":"[\"LAYER\",252]"}||{"layerId":252,"layerType":"CUSTOM","layerName":"Custom182","use":false,"show":false,"locked":false,"activeColor":"#000080","activateTransparency":1,"inactiveColor":"#000040","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171629,"id":"[\"LAYER\",253]"}||{"layerId":253,"layerType":"CUSTOM","layerName":"Custom183","use":false,"show":false,"locked":false,"activeColor":"#15935f","activateTransparency":1,"inactiveColor":"#a.492f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171630,"id":"[\"LAYER\",254]"}||{"layerId":254,"layerType":"CUSTOM","layerName":"Custom184","use":false,"show":false,"locked":false,"activeColor":"#008080","activateTransparency":1,"inactiveColor":"#004040","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171631,"id":"[\"LAYER\",255]"}||{"layerId":255,"layerType":"CUSTOM","layerName":"Custom185","use":false,"show":false,"locked":false,"activeColor":"#800080","activateTransparency":1,"inactiveColor":"#400040","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171632,"id":"[\"LAYER\",256]"}||{"layerId":256,"layerType":"CUSTOM","layerName":"Custom186","use":false,"show":false,"locked":false,"activeColor":"#9966ff","activateTransparency":1,"inactiveColor":"#4c337f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171633,"id":"[\"LAYER\",257]"}||{"layerId":257,"layerType":"CUSTOM","layerName":"Custom187","use":false,"show":false,"locked":false,"activeColor":"#00cc66","activateTransparency":1,"inactiveColor":"#006633","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171634,"id":"[\"LAYER\",258]"}||{"layerId":258,"layerType":"CUSTOM","layerName":"Custom188","use":false,"show":false,"locked":false,"activeColor":"#70dbfa","activateTransparency":1,"inactiveColor":"#386d7d","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171635,"id":"[\"LAYER\",259]"}||{"layerId":259,"layerType":"CUSTOM","layerName":"Custom189","use":false,"show":false,"locked":false,"activeColor":"#bc8e00","activateTransparency":1,"inactiveColor":"#5e4700","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171636,"id":"[\"LAYER\",260]"}||{"layerId":260,"layerType":"CUSTOM","layerName":"Custom190","use":false,"show":false,"locked":false,"activeColor":"#00ff00","activateTransparency":1,"inactiveColor":"#007f00","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171637,"id":"[\"LAYER\",261]"}||{"layerId":261,"layerType":"CUSTOM","layerName":"Custom191","use":false,"show":false,"locked":false,"activeColor":"#008000","activateTransparency":1,"inactiveColor":"#004000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171638,"id":"[\"LAYER\",262]"}||{"layerId":262,"layerType":"CUSTOM","layerName":"Custom192","use":false,"show":false,"locked":false,"activeColor":"#999966","activateTransparency":1,"inactiveColor":"#4c4c33","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171639,"id":"[\"LAYER\",263]"}||{"layerId":263,"layerType":"CUSTOM","layerName":"Custom193","use":false,"show":false,"locked":false,"activeColor":"#9069e9","activateTransparency":1,"inactiveColor":"#483474","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171640,"id":"[\"LAYER\",264]"}||{"layerId":264,"layerType":"CUSTOM","layerName":"Custom194","use":false,"show":false,"locked":false,"activeColor":"#6969e9","activateTransparency":1,"inactiveColor":"#343474","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171641,"id":"[\"LAYER\",265]"}||{"layerId":265,"layerType":"CUSTOM","layerName":"Custom195","use":false,"show":false,"locked":false,"activeColor":"#4564d7","activateTransparency":1,"inactiveColor":"#22326b","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171642,"id":"[\"LAYER\",266]"}||{"layerId":266,"layerType":"CUSTOM","layerName":"Custom196","use":false,"show":false,"locked":false,"activeColor":"#215da1","activateTransparency":1,"inactiveColor":"#102e50","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171643,"id":"[\"LAYER\",267]"}||{"layerId":267,"layerType":"CUSTOM","layerName":"Custom197","use":false,"show":false,"locked":false,"activeColor":"#45b4e3","activateTransparency":1,"inactiveColor":"#225a71","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171644,"id":"[\"LAYER\",268]"}||{"layerId":268,"layerType":"CUSTOM","layerName":"Custom198","use":false,"show":false,"locked":false,"activeColor":"#23999d","activateTransparency":1,"inactiveColor":"#114c4e","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171645,"id":"[\"LAYER\",269]"}||{"layerId":269,"layerType":"CUSTOM","layerName":"Custom199","use":false,"show":false,"locked":false,"activeColor":"#2b937e","activateTransparency":1,"inactiveColor":"#15493f","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171646,"id":"[\"LAYER\",270]"}||{"layerId":270,"layerType":"CUSTOM","layerName":"Custom200","use":false,"show":false,"locked":false,"activeColor":"#5a8a80","activateTransparency":1,"inactiveColor":"#2d4540","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171647,"id":"[\"LAYER\",361]"}||{"layerId":361,"layerType":"SUBSTRATE","layerName":"DIELECTRIC1","use":false,"show":false,"locked":false,"activeColor":"#000000","activateTransparency":0,"inactiveColor":"#000000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171648,"id":"[\"LAYER\",362]"}||{"layerId":362,"layerType":"SUBSTRATE","layerName":"DIELECTRIC2","use":false,"show":false,"locked":false,"activeColor":"#000000","activateTransparency":0,"inactiveColor":"#000000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171649,"id":"[\"LAYER\",363]"}||{"layerId":363,"layerType":"SUBSTRATE","layerName":"DIELECTRIC3","use":false,"show":false,"locked":false,"activeColor":"#000000","activateTransparency":0,"inactiveColor":"#000000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171650,"id":"[\"LAYER\",364]"}||{"layerId":364,"layerType":"SUBSTRATE","layerName":"DIELECTRIC19","use":false,"show":false,"locked":false,"activeColor":"#000000","activateTransparency":0,"inactiveColor":"#000000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171651,"id":"[\"LAYER\",365]"}||{"layerId":365,"layerType":"SUBSTRATE","layerName":"DIELECTRIC1","use":false,"show":false,"locked":false,"activeColor":"#000000","activateTransparency":0,"inactiveColor":"#000000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171652,"id":"[\"LAYER\",366]"}||{"layerId":366,"layerType":"SUBSTRATE","layerName":"DIELECTRIC2","use":false,"show":false,"locked":false,"activeColor":"#000000","activateTransparency":0,"inactiveColor":"#000000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171653,"id":"[\"LAYER\",367]"}||{"layerId":367,"layerType":"SUBSTRATE","layerName":"DIELECTRIC3","use":false,"show":false,"locked":false,"activeColor":"#000000","activateTransparency":0,"inactiveColor":"#000000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171654,"id":"[\"LAYER\",368]"}||{"layerId":368,"layerType":"SUBSTRATE","layerName":"DIELECTRIC4","use":false,"show":false,"locked":false,"activeColor":"#000000","activateTransparency":0,"inactiveColor":"#000000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171655,"id":"[\"LAYER\",369]"}||{"layerId":369,"layerType":"SUBSTRATE","layerName":"DIELECTRIC5","use":false,"show":false,"locked":false,"activeColor":"#000000","activateTransparency":0,"inactiveColor":"#000000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171656,"id":"[\"LAYER\",370]"}||{"layerId":370,"layerType":"SUBSTRATE","layerName":"DIELECTRIC6","use":false,"show":false,"locked":false,"activeColor":"#000000","activateTransparency":0,"inactiveColor":"#000000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171657,"id":"[\"LAYER\",371]"}||{"layerId":371,"layerType":"SUBSTRATE","layerName":"DIELECTRIC7","use":false,"show":false,"locked":false,"activeColor":"#000000","activateTransparency":0,"inactiveColor":"#000000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171658,"id":"[\"LAYER\",372]"}||{"layerId":372,"layerType":"SUBSTRATE","layerName":"DIELECTRIC8","use":false,"show":false,"locked":false,"activeColor":"#000000","activateTransparency":0,"inactiveColor":"#000000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171659,"id":"[\"LAYER\",373]"}||{"layerId":373,"layerType":"SUBSTRATE","layerName":"DIELECTRIC9","use":false,"show":false,"locked":false,"activeColor":"#000000","activateTransparency":0,"inactiveColor":"#000000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171660,"id":"[\"LAYER\",374]"}||{"layerId":374,"layerType":"SUBSTRATE","layerName":"DIELECTRIC10","use":false,"show":false,"locked":false,"activeColor":"#000000","activateTransparency":0,"inactiveColor":"#000000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171661,"id":"[\"LAYER\",375]"}||{"layerId":375,"layerType":"SUBSTRATE","layerName":"DIELECTRIC11","use":false,"show":false,"locked":false,"activeColor":"#000000","activateTransparency":0,"inactiveColor":"#000000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171662,"id":"[\"LAYER\",376]"}||{"layerId":376,"layerType":"SUBSTRATE","layerName":"DIELECTRIC12","use":false,"show":false,"locked":false,"activeColor":"#000000","activateTransparency":0,"inactiveColor":"#000000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171663,"id":"[\"LAYER\",377]"}||{"layerId":377,"layerType":"SUBSTRATE","layerName":"DIELECTRIC13","use":false,"show":false,"locked":false,"activeColor":"#000000","activateTransparency":0,"inactiveColor":"#000000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171664,"id":"[\"LAYER\",378]"}||{"layerId":378,"layerType":"SUBSTRATE","layerName":"DIELECTRIC14","use":false,"show":false,"locked":false,"activeColor":"#000000","activateTransparency":0,"inactiveColor":"#000000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171665,"id":"[\"LAYER\",379]"}||{"layerId":379,"layerType":"SUBSTRATE","layerName":"DIELECTRIC15","use":false,"show":false,"locked":false,"activeColor":"#000000","activateTransparency":0,"inactiveColor":"#000000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171666,"id":"[\"LAYER\",380]"}||{"layerId":380,"layerType":"SUBSTRATE","layerName":"DIELECTRIC16","use":false,"show":false,"locked":false,"activeColor":"#000000","activateTransparency":0,"inactiveColor":"#000000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171667,"id":"[\"LAYER\",381]"}||{"layerId":381,"layerType":"SUBSTRATE","layerName":"DIELECTRIC17","use":false,"show":false,"locked":false,"activeColor":"#000000","activateTransparency":0,"inactiveColor":"#000000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171668,"id":"[\"LAYER\",382]"}||{"layerId":382,"layerType":"SUBSTRATE","layerName":"DIELECTRIC18","use":false,"show":false,"locked":false,"activeColor":"#000000","activateTransparency":0,"inactiveColor":"#000000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171669,"id":"[\"LAYER\",383]"}||{"layerId":383,"layerType":"SUBSTRATE","layerName":"DIELECTRIC60","use":false,"show":false,"locked":false,"activeColor":"#000000","activateTransparency":0,"inactiveColor":"#000000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171670,"id":"[\"LAYER\",384]"}||{"layerId":384,"layerType":"SUBSTRATE","layerName":"DIELECTRIC20","use":false,"show":false,"locked":false,"activeColor":"#000000","activateTransparency":0,"inactiveColor":"#000000","inactiveTransparency":0.5}|
{"type":"LAYER","ticket":2171671,"id":"[\"LAYER\",385]"}||{"layerId":385,"layerType":"SUBSTRATE","layerName":"DIELECTRIC21","use":false,"show":false,"locked":false,"activeColor":"#000000","activateTransparency":0,"inactiveColor":"#000000","inactiveTransparency":0.5}|
{"type":"LAYER_PHYS","ticket":2171676,"id":"[\"LAYER_PHYS\",361]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":5}|
{"type":"LAYER_PHYS","ticket":2171677,"id":"[\"LAYER_PHYS\",362]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":7}|
{"type":"LAYER_PHYS","ticket":2171678,"id":"[\"LAYER_PHYS\",363]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":9}|
{"type":"LAYER_PHYS","ticket":2171679,"id":"[\"LAYER_PHYS\",364]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1021}|
{"type":"LAYER_PHYS","ticket":2171680,"id":"[\"LAYER_PHYS\",365]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1001}|
{"type":"LAYER_PHYS","ticket":2171681,"id":"[\"LAYER_PHYS\",366]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1002}|
{"type":"LAYER_PHYS","ticket":2171682,"id":"[\"LAYER_PHYS\",367]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1003}|
{"type":"LAYER_PHYS","ticket":2171683,"id":"[\"LAYER_PHYS\",368]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1004}|
{"type":"LAYER_PHYS","ticket":2171684,"id":"[\"LAYER_PHYS\",369]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1005}|
{"type":"LAYER_PHYS","ticket":2171685,"id":"[\"LAYER_PHYS\",370]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1006}|
{"type":"LAYER_PHYS","ticket":2171686,"id":"[\"LAYER_PHYS\",371]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1007}|
{"type":"LAYER_PHYS","ticket":2171687,"id":"[\"LAYER_PHYS\",372]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1008}|
{"type":"LAYER_PHYS","ticket":2171688,"id":"[\"LAYER_PHYS\",373]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1009}|
{"type":"LAYER_PHYS","ticket":2171689,"id":"[\"LAYER_PHYS\",374]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1010}|
{"type":"LAYER_PHYS","ticket":2171690,"id":"[\"LAYER_PHYS\",375]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1011}|
{"type":"LAYER_PHYS","ticket":2171691,"id":"[\"LAYER_PHYS\",376]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1012}|
{"type":"LAYER_PHYS","ticket":2171692,"id":"[\"LAYER_PHYS\",377]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1013}|
{"type":"LAYER_PHYS","ticket":2171694,"id":"[\"LAYER_PHYS\",378]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1014}|
{"type":"LAYER_PHYS","ticket":2171696,"id":"[\"LAYER_PHYS\",379]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1015}|
{"type":"LAYER_PHYS","ticket":2171697,"id":"[\"LAYER_PHYS\",380]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1016}|
{"type":"LAYER_PHYS","ticket":2171698,"id":"[\"LAYER_PHYS\",381]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1018}|
{"type":"LAYER_PHYS","ticket":2171699,"id":"[\"LAYER_PHYS\",382]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1020}|
{"type":"LAYER_PHYS","ticket":2171700,"id":"[\"LAYER_PHYS\",384]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1022}|
{"type":"LAYER_PHYS","ticket":2171701,"id":"[\"LAYER_PHYS\",385]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1023}|
{"type":"DOCHEAD","ticket":3764729}||{"docType":"FOOTPRINT","client":"c5a4fc4f99093ae5","uuid":"b73ce3732158bad0_402a0682718b7956034cd91a4330c500","updateTime":1759992118766,"version":"1759992118766"}|
{"type":"DELETE_DOC","ticket":3764729,"id":"DELETE_DOC"}||{"isDelete":true}|
{"type":"DOCHEAD","ticket":3764729}||{"docType":"FOOTPRINT","client":"0fb97aaaf7dbe284","uuid":"b73ce3732158bad0_402a0682718b7956034cd91a4330c500","updateTime":1759992873615,"version":"1759992118766","user":{"uuid":"215caa123bec401fba5bbdb222b0e772","nickname":"一只不爱吃鱼的猫","username":"liuxiaotao","avatar":"//image.lceda.cn/avatars/2022/8/W4GUor1tCl7FLtACkLdILGxmVP32cSSHlLXizbhS.png"}}|
{"type":"DOCHEAD","ticket":3764729}||{"docType":"FOOTPRINT","client":"0d178074b27f50a0","uuid":"b73ce3732158bad0_402a0682718b7956034cd91a4330c500","updateTime":1759993193068,"version":"1759992118766","user":{"uuid":"215caa123bec401fba5bbdb222b0e772","nickname":"一只不爱吃鱼的猫","username":"liuxiaotao","avatar":"//image.lceda.cn/avatars/2022/8/W4GUor1tCl7FLtACkLdILGxmVP32cSSHlLXizbhS.png"}}|