打通 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>
400 lines
94 KiB
Plaintext
400 lines
94 KiB
Plaintext
{"type":"DOCHEAD","ticket":12092}||{"docType":"FOOTPRINT","client":"0189349a42729895","uuid":"b73ce3732158bad0_93e5f696c9e16763a0ef71418e7cfbd7","updateTime":1759507164963,"version":"1752650500987"}|
|
|
{"type":"META","ticket":12093,"id":"META"}||{"title":"C0402","description":"","tags":[],"source":"c1d529866a510882|b77840665e2e48148c1b04ce84b5f7e7"}|
|
|
{"type":"DOCHEAD"}||{"docType":"FOOTPRINT","client":"571c8141eb34867e","uuid":"b73ce3732158bad0_93e5f696c9e16763a0ef71418e7cfbd7","updateTime":1752650500995,"version":"1752650500987"}|
|
|
{"type":"CANVAS","ticket":2130222,"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":2130223,"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":2130224,"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":2130225,"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":2130226,"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":2130227,"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":2130228,"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":2130229,"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":2130230,"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":2130231,"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":2130232,"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":2130233,"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":2130234,"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":2130235,"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":2130236,"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":2130237,"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":2130238,"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":2130239,"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":2130240,"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":2130241,"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":2130242,"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":2130243,"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":2130244,"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":2130245,"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":2130246,"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":2130247,"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":2130248,"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":2130249,"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":2130250,"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":2130251,"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":2130252,"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":2130253,"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":2130254,"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":2130255,"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":2130256,"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":2130257,"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":2130258,"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":2130259,"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":2130260,"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":2130261,"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":2130262,"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":2130263,"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":2130264,"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":2130265,"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":2130266,"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":2130267,"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":2130268,"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":2130269,"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":2130270,"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":2130271,"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":2130272,"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":2130273,"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":2130274,"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":2130275,"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":2130276,"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":2130277,"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":2130278,"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":2130279,"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":2130280,"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":2130281,"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":2130282,"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":2130283,"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":2130284,"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":2130285,"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":2130286,"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":2130287,"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":2130288,"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":2130289,"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":2130290,"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":2130291,"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":2130292,"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":2130293,"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":2130294,"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":2130295,"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":2130296,"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":2130297,"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":2130298,"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":2130299,"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":2130300,"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":2130301,"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":2130302,"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":2130303,"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":2130304,"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":2130305,"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":2130306,"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":2130307,"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":2130308,"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":2130309,"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":2130310,"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":2130311,"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":2130312,"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":2130313,"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":2130314,"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":2130507,"id":"[\"LAYER_PHYS\",3]"}||{"material":"","thickness":0,"permittivity":0,"lossTangent":0,"isKeepIsland":true,"zIndex":1}|
|
|
{"type":"LAYER_PHYS","ticket":2130508,"id":"[\"LAYER_PHYS\",7]"}||{"material":"","thickness":0,"permittivity":0,"lossTangent":0,"isKeepIsland":true,"zIndex":2}|
|
|
{"type":"LAYER_PHYS","ticket":2130509,"id":"[\"LAYER_PHYS\",5]"}||{"material":"","thickness":0,"permittivity":0,"lossTangent":0,"isKeepIsland":true,"zIndex":3}|
|
|
{"type":"LAYER_PHYS","ticket":2130510,"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":2130528,"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":2130530,"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":2130537,"id":"[\"LAYER_PHYS\",2]"}||{"material":"外层铜厚1oz","thickness":1.378,"permittivity":0,"lossTangent":0,"isKeepIsland":true,"zIndex":9000}|
|
|
{"type":"LAYER_PHYS","ticket":2130538,"id":"[\"LAYER_PHYS\",6]"}||{"material":"","thickness":0,"permittivity":0,"lossTangent":0,"isKeepIsland":true,"zIndex":10000}|
|
|
{"type":"LAYER_PHYS","ticket":2130539,"id":"[\"LAYER_PHYS\",8]"}||{"material":"","thickness":0,"permittivity":0,"lossTangent":0,"isKeepIsland":true,"zIndex":10001}|
|
|
{"type":"LAYER_PHYS","ticket":2130540,"id":"[\"LAYER_PHYS\",4]"}||{"material":"","thickness":0,"permittivity":0,"lossTangent":0,"isKeepIsland":true,"zIndex":10002}|
|
|
{"type":"ACTIVE_LAYER","ticket":2130541,"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":"edc624792da826ee"}||{"dataType":"PAD","max":20}|
|
|
{"type":"PAD","ticket":2130543,"id":"ie20"}||{"groupId":0,"netName":"GND","layerId":1,"num":"1","centerX":-17.5,"centerY":0,"padAngle":0,"hole":null,"defaultPad":{"padType":"OVAL","width":25,"height":20},"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":2130542,"id":"ie21"}||{"groupId":0,"netName":"+V3.3A_RTC","layerId":1,"num":"2","centerX":17.5,"centerY":0,"padAngle":0,"hole":null,"defaultPad":{"padType":"OVAL","width":25,"height":20},"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":"7a5efbe890ea9cf5"}||{"dataType":"POLY","max":1}|
|
|
{"type":"POLY","ticket":170,"id":"ie1"}||{"groupId":0,"netName":"","layerId":3,"width":6,"path":[0,-10,"L",0,10],"locked":false,"zIndex":1,"polyType":"NORMAL"}|
|
|
{"type":"POLY","ticket":171,"id":"ie2"}||{"groupId":0,"netName":"","layerId":3,"width":5,"path":[-40,11,"L",-31,20,31,20,40,11,40,-11,31,-20,-31,-20,-40,-11,-40,11],"locked":false,"zIndex":2,"polyType":"NORMAL"}|
|
|
{"type":"ELE_PLACEHOLDER","ticket":172,"id":"caa49715e41a5a91"}||{"dataType":"ATTR","max":22}|
|
|
{"type":"ATTR","ticket":173,"id":"ie22"}||{"groupId":0,"parentId":"","layerId":3,"x":null,"y":null,"key":"Footprint","value":"C0402","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":174,"id":"ie23"}||{"groupId":0,"parentId":"","layerId":3,"x":null,"y":null,"key":"Designator","value":"C?","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":2130315,"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":2130316,"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":2130317,"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":2130318,"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":2130319,"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":2130320,"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":2130321,"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":2130322,"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":2130323,"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":2130324,"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":2130325,"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":2130326,"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":2130327,"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":2130328,"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":2130329,"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":2130330,"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":2130331,"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":2130332,"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":2130333,"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":2130334,"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":2130335,"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":2130336,"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":2130337,"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":2130338,"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":2130339,"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":2130340,"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":2130341,"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":2130342,"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":2130343,"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":2130344,"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":2130345,"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":2130346,"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":2130347,"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":2130348,"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":2130349,"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":2130350,"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":2130351,"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":2130352,"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":2130353,"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":2130354,"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":2130355,"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":2130356,"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":2130357,"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":2130358,"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":2130359,"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":2130360,"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":2130361,"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":2130362,"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":2130363,"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":2130364,"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":2130365,"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":2130366,"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":2130367,"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":2130368,"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":2130369,"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":2130370,"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":2130371,"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":2130372,"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":2130373,"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":2130374,"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":2130375,"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":2130376,"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":2130377,"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":2130378,"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":2130379,"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":2130380,"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":2130381,"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":2130382,"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":2130383,"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":2130384,"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":2130385,"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":2130386,"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":2130387,"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":2130388,"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":2130389,"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":2130390,"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":2130391,"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":2130392,"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":2130393,"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":2130394,"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":2130395,"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":2130396,"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":2130397,"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":2130398,"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":2130399,"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":2130400,"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":2130401,"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":2130402,"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":2130403,"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":2130404,"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":2130405,"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":2130406,"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":2130407,"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":2130408,"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":2130409,"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":2130410,"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":2130411,"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":2130412,"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":2130413,"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":2130414,"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":2130415,"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":2130416,"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":2130417,"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":2130418,"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":2130419,"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":2130420,"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":2130421,"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":2130422,"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":2130423,"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":2130424,"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":2130425,"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":2130426,"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":2130427,"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":2130428,"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":2130429,"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":2130430,"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":2130431,"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":2130432,"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":2130433,"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":2130434,"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":2130435,"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":2130436,"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":2130437,"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":2130438,"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":2130439,"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":2130440,"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":2130441,"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":2130442,"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":2130443,"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":2130444,"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":2130445,"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":2130446,"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":2130447,"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":2130448,"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":2130449,"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":2130450,"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":2130451,"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":2130452,"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":2130453,"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":2130454,"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":2130455,"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":2130456,"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":2130457,"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":2130458,"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":2130459,"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":2130460,"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":2130461,"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":2130462,"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":2130463,"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":2130464,"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":2130465,"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":2130466,"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":2130467,"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":2130468,"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":2130469,"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":2130470,"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":2130471,"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":2130472,"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":2130473,"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":2130474,"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":2130475,"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":2130476,"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":2130477,"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":2130478,"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":2130479,"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":2130480,"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":2130481,"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":2130482,"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":2130483,"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":2130484,"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":2130485,"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":2130486,"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":2130487,"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":2130488,"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":2130489,"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":2130490,"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":2130491,"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":2130492,"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":2130493,"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":2130494,"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":2130495,"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":2130496,"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":2130497,"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":2130498,"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":2130499,"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":2130500,"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":2130501,"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":2130502,"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":2130503,"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":2130504,"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":2130505,"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":2130506,"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":2130511,"id":"[\"LAYER_PHYS\",361]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":5}|
|
|
{"type":"LAYER_PHYS","ticket":2130512,"id":"[\"LAYER_PHYS\",362]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":7}|
|
|
{"type":"LAYER_PHYS","ticket":2130513,"id":"[\"LAYER_PHYS\",363]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":9}|
|
|
{"type":"LAYER_PHYS","ticket":2130514,"id":"[\"LAYER_PHYS\",364]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1021}|
|
|
{"type":"LAYER_PHYS","ticket":2130515,"id":"[\"LAYER_PHYS\",365]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1001}|
|
|
{"type":"LAYER_PHYS","ticket":2130516,"id":"[\"LAYER_PHYS\",366]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1002}|
|
|
{"type":"LAYER_PHYS","ticket":2130517,"id":"[\"LAYER_PHYS\",367]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1003}|
|
|
{"type":"LAYER_PHYS","ticket":2130518,"id":"[\"LAYER_PHYS\",368]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1004}|
|
|
{"type":"LAYER_PHYS","ticket":2130519,"id":"[\"LAYER_PHYS\",369]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1005}|
|
|
{"type":"LAYER_PHYS","ticket":2130520,"id":"[\"LAYER_PHYS\",370]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1006}|
|
|
{"type":"LAYER_PHYS","ticket":2130521,"id":"[\"LAYER_PHYS\",371]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1007}|
|
|
{"type":"LAYER_PHYS","ticket":2130522,"id":"[\"LAYER_PHYS\",372]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1008}|
|
|
{"type":"LAYER_PHYS","ticket":2130523,"id":"[\"LAYER_PHYS\",373]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1009}|
|
|
{"type":"LAYER_PHYS","ticket":2130524,"id":"[\"LAYER_PHYS\",374]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1010}|
|
|
{"type":"LAYER_PHYS","ticket":2130525,"id":"[\"LAYER_PHYS\",375]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1011}|
|
|
{"type":"LAYER_PHYS","ticket":2130526,"id":"[\"LAYER_PHYS\",376]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1012}|
|
|
{"type":"LAYER_PHYS","ticket":2130527,"id":"[\"LAYER_PHYS\",377]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1013}|
|
|
{"type":"LAYER_PHYS","ticket":2130529,"id":"[\"LAYER_PHYS\",378]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1014}|
|
|
{"type":"LAYER_PHYS","ticket":2130531,"id":"[\"LAYER_PHYS\",379]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1015}|
|
|
{"type":"LAYER_PHYS","ticket":2130532,"id":"[\"LAYER_PHYS\",380]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1016}|
|
|
{"type":"LAYER_PHYS","ticket":2130533,"id":"[\"LAYER_PHYS\",381]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1018}|
|
|
{"type":"LAYER_PHYS","ticket":2130534,"id":"[\"LAYER_PHYS\",382]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1020}|
|
|
{"type":"LAYER_PHYS","ticket":2130535,"id":"[\"LAYER_PHYS\",384]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1022}|
|
|
{"type":"LAYER_PHYS","ticket":2130536,"id":"[\"LAYER_PHYS\",385]"}||{"material":"FR-4","thickness":8,"permittivity":4.5,"lossTangent":0.035,"isKeepIsland":true,"zIndex":1023}|
|
|
{"type":"ATTR","ticket":3715003,"id":"d2e0c4f1cd8fae48"}||{"groupId":"","parentId":"","layerId":3,"x":null,"y":null,"key":"3D Model Title","value":"C0402","keyVisible":false,"valueVisible":false,"fontFamily":"default","fontSize":45,"strokeWidth":6,"bold":false,"italic":false,"origin":"LEFT_BOTTOM","angle":0,"reverse":false,"expansion":0,"mirror":false,"locked":false,"zIndex":-1,"specialColor":"#000000"}|
|
|
{"type":"ATTR","ticket":3715004,"id":"30ce7d17b5dd8f01"}||{"groupId":"","parentId":"","layerId":3,"x":null,"y":null,"key":"3D Model","value":"222a10e09e6e477a9f85628e277082cb","keyVisible":false,"valueVisible":false,"fontFamily":"default","fontSize":45,"strokeWidth":6,"bold":false,"italic":false,"origin":"LEFT_BOTTOM","angle":0,"reverse":false,"expansion":0,"mirror":false,"locked":false,"zIndex":-1,"specialColor":"#000000"}|
|
|
{"type":"DOCHEAD","ticket":3765923}||{"docType":"FOOTPRINT","client":"c5a4fc4f99093ae5","uuid":"b73ce3732158bad0_93e5f696c9e16763a0ef71418e7cfbd7","updateTime":1759992118971,"version":"1759992118971"}|
|
|
{"type":"DELETE_DOC","ticket":3765923,"id":"DELETE_DOC"}||{"isDelete":true}|
|
|
{"type":"DOCHEAD","ticket":3765923}||{"docType":"FOOTPRINT","client":"0fb97aaaf7dbe284","uuid":"b73ce3732158bad0_93e5f696c9e16763a0ef71418e7cfbd7","updateTime":1759992873615,"version":"1759992118971","user":{"uuid":"215caa123bec401fba5bbdb222b0e772","nickname":"一只不爱吃鱼的猫","username":"liuxiaotao","avatar":"//image.lceda.cn/avatars/2022/8/W4GUor1tCl7FLtACkLdILGxmVP32cSSHlLXizbhS.png"}}|
|
|
{"type":"DOCHEAD","ticket":3765923}||{"docType":"FOOTPRINT","client":"0d178074b27f50a0","uuid":"b73ce3732158bad0_93e5f696c9e16763a0ef71418e7cfbd7","updateTime":1759993193068,"version":"1759992118971","user":{"uuid":"215caa123bec401fba5bbdb222b0e772","nickname":"一只不爱吃鱼的猫","username":"liuxiaotao","avatar":"//image.lceda.cn/avatars/2022/8/W4GUor1tCl7FLtACkLdILGxmVP32cSSHlLXizbhS.png"}}|
|