rgb-to-hdmi.kicad_pro 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857
  1. {
  2. "board": {
  3. "3dviewports": [],
  4. "design_settings": {
  5. "defaults": {
  6. "apply_defaults_to_fp_fields": false,
  7. "apply_defaults_to_fp_shapes": false,
  8. "apply_defaults_to_fp_text": false,
  9. "board_outline_line_width": 0.1,
  10. "copper_line_width": 0.2,
  11. "copper_text_italic": false,
  12. "copper_text_size_h": 1.25,
  13. "copper_text_size_v": 1.25,
  14. "copper_text_thickness": 0.2,
  15. "copper_text_upright": false,
  16. "courtyard_line_width": 0.05,
  17. "dimension_precision": 4,
  18. "dimension_units": 3,
  19. "dimensions": {
  20. "arrow_length": 1270000,
  21. "extension_offset": 500000,
  22. "keep_text_aligned": true,
  23. "suppress_zeroes": false,
  24. "text_position": 0,
  25. "units_format": 1
  26. },
  27. "fab_line_width": 0.1,
  28. "fab_text_italic": false,
  29. "fab_text_size_h": 1.0,
  30. "fab_text_size_v": 1.0,
  31. "fab_text_thickness": 0.15,
  32. "fab_text_upright": false,
  33. "other_line_width": 0.1,
  34. "other_text_italic": false,
  35. "other_text_size_h": 1.0,
  36. "other_text_size_v": 1.0,
  37. "other_text_thickness": 0.15,
  38. "other_text_upright": false,
  39. "pads": {
  40. "drill": 2.75,
  41. "height": 2.75,
  42. "width": 2.75
  43. },
  44. "silk_line_width": 0.15,
  45. "silk_text_italic": false,
  46. "silk_text_size_h": 1.0,
  47. "silk_text_size_v": 1.0,
  48. "silk_text_thickness": 0.15,
  49. "silk_text_upright": false,
  50. "zones": {
  51. "min_clearance": 0.508
  52. }
  53. },
  54. "diff_pair_dimensions": [
  55. {
  56. "gap": 0.0,
  57. "via_gap": 0.0,
  58. "width": 0.0
  59. }
  60. ],
  61. "drc_exclusions": [],
  62. "meta": {
  63. "filename": "board_design_settings.json",
  64. "version": 2
  65. },
  66. "rule_severities": {
  67. "annular_width": "error",
  68. "clearance": "error",
  69. "connection_width": "warning",
  70. "copper_edge_clearance": "error",
  71. "copper_sliver": "warning",
  72. "courtyards_overlap": "error",
  73. "diff_pair_gap_out_of_range": "error",
  74. "diff_pair_uncoupled_length_too_long": "error",
  75. "drill_out_of_range": "error",
  76. "duplicate_footprints": "warning",
  77. "extra_footprint": "warning",
  78. "footprint": "error",
  79. "footprint_symbol_mismatch": "warning",
  80. "footprint_type_mismatch": "ignore",
  81. "hole_clearance": "error",
  82. "hole_near_hole": "error",
  83. "holes_co_located": "warning",
  84. "invalid_outline": "error",
  85. "isolated_copper": "warning",
  86. "item_on_disabled_layer": "error",
  87. "items_not_allowed": "error",
  88. "length_out_of_range": "error",
  89. "lib_footprint_issues": "warning",
  90. "lib_footprint_mismatch": "warning",
  91. "malformed_courtyard": "error",
  92. "microvia_drill_out_of_range": "error",
  93. "missing_courtyard": "ignore",
  94. "missing_footprint": "warning",
  95. "net_conflict": "warning",
  96. "npth_inside_courtyard": "ignore",
  97. "padstack": "warning",
  98. "pth_inside_courtyard": "ignore",
  99. "shorting_items": "error",
  100. "silk_edge_clearance": "ignore",
  101. "silk_over_copper": "warning",
  102. "silk_overlap": "warning",
  103. "skew_out_of_range": "error",
  104. "solder_mask_bridge": "error",
  105. "starved_thermal": "error",
  106. "text_height": "warning",
  107. "text_thickness": "warning",
  108. "through_hole_pad_without_hole": "error",
  109. "too_many_vias": "error",
  110. "track_dangling": "warning",
  111. "track_width": "error",
  112. "tracks_crossing": "error",
  113. "unconnected_items": "error",
  114. "unresolved_variable": "error",
  115. "via_dangling": "warning",
  116. "zones_intersect": "error"
  117. },
  118. "rule_severitieslegacy_courtyards_overlap": false,
  119. "rule_severitieslegacy_no_courtyard_defined": false,
  120. "rules": {
  121. "max_error": 0.005,
  122. "min_clearance": 0.0,
  123. "min_connection": 0.0,
  124. "min_copper_edge_clearance": 0.05,
  125. "min_hole_clearance": 0.25,
  126. "min_hole_to_hole": 0.25,
  127. "min_microvia_diameter": 0.0,
  128. "min_microvia_drill": 0.0,
  129. "min_resolved_spokes": 2,
  130. "min_silk_clearance": 0.0,
  131. "min_text_height": 0.6,
  132. "min_text_thickness": 0.08,
  133. "min_through_hole_diameter": 0.3048,
  134. "min_track_width": 0.2032,
  135. "min_via_annular_width": 0.1,
  136. "min_via_diameter": 0.6604,
  137. "solder_mask_to_copper_clearance": 0.0,
  138. "use_height_for_length_calcs": true
  139. },
  140. "teardrop_options": [
  141. {
  142. "td_onpadsmd": true,
  143. "td_onroundshapesonly": false,
  144. "td_ontrackend": false,
  145. "td_onviapad": true
  146. }
  147. ],
  148. "teardrop_parameters": [
  149. {
  150. "td_allow_use_two_tracks": true,
  151. "td_curve_segcount": 0,
  152. "td_height_ratio": 1.0,
  153. "td_length_ratio": 0.5,
  154. "td_maxheight": 2.0,
  155. "td_maxlen": 1.0,
  156. "td_on_pad_in_zone": false,
  157. "td_target_name": "td_round_shape",
  158. "td_width_to_size_filter_ratio": 0.9
  159. },
  160. {
  161. "td_allow_use_two_tracks": true,
  162. "td_curve_segcount": 0,
  163. "td_height_ratio": 1.0,
  164. "td_length_ratio": 0.5,
  165. "td_maxheight": 2.0,
  166. "td_maxlen": 1.0,
  167. "td_on_pad_in_zone": false,
  168. "td_target_name": "td_rect_shape",
  169. "td_width_to_size_filter_ratio": 0.9
  170. },
  171. {
  172. "td_allow_use_two_tracks": true,
  173. "td_curve_segcount": 0,
  174. "td_height_ratio": 1.0,
  175. "td_length_ratio": 0.5,
  176. "td_maxheight": 2.0,
  177. "td_maxlen": 1.0,
  178. "td_on_pad_in_zone": false,
  179. "td_target_name": "td_track_end",
  180. "td_width_to_size_filter_ratio": 0.9
  181. }
  182. ],
  183. "track_widths": [
  184. 0.0,
  185. 0.2032,
  186. 0.381,
  187. 0.635,
  188. 0.762,
  189. 0.889,
  190. 1.016,
  191. 1.143,
  192. 1.27
  193. ],
  194. "tuning_pattern_settings": {
  195. "diff_pair_defaults": {
  196. "corner_radius_percentage": 80,
  197. "corner_style": 1,
  198. "max_amplitude": 1.0,
  199. "min_amplitude": 0.2,
  200. "single_sided": false,
  201. "spacing": 1.0
  202. },
  203. "diff_pair_skew_defaults": {
  204. "corner_radius_percentage": 80,
  205. "corner_style": 1,
  206. "max_amplitude": 1.0,
  207. "min_amplitude": 0.2,
  208. "single_sided": false,
  209. "spacing": 0.6
  210. },
  211. "single_track_defaults": {
  212. "corner_radius_percentage": 80,
  213. "corner_style": 1,
  214. "max_amplitude": 1.0,
  215. "min_amplitude": 0.2,
  216. "single_sided": false,
  217. "spacing": 0.6
  218. }
  219. },
  220. "via_dimensions": [
  221. {
  222. "diameter": 0.0,
  223. "drill": 0.0
  224. }
  225. ],
  226. "zones_allow_external_fillets": false
  227. },
  228. "ipc2581": {
  229. "dist": "",
  230. "distpn": "",
  231. "internal_id": "",
  232. "mfg": "",
  233. "mpn": ""
  234. },
  235. "layer_presets": [],
  236. "viewports": []
  237. },
  238. "boards": [],
  239. "cvpcb": {
  240. "equivalence_files": []
  241. },
  242. "erc": {
  243. "erc_exclusions": [],
  244. "meta": {
  245. "version": 0
  246. },
  247. "pin_map": [
  248. [
  249. 0,
  250. 0,
  251. 0,
  252. 0,
  253. 0,
  254. 0,
  255. 1,
  256. 0,
  257. 0,
  258. 0,
  259. 0,
  260. 2
  261. ],
  262. [
  263. 0,
  264. 2,
  265. 0,
  266. 1,
  267. 0,
  268. 0,
  269. 1,
  270. 0,
  271. 2,
  272. 2,
  273. 2,
  274. 2
  275. ],
  276. [
  277. 0,
  278. 0,
  279. 0,
  280. 0,
  281. 0,
  282. 0,
  283. 1,
  284. 0,
  285. 1,
  286. 0,
  287. 1,
  288. 2
  289. ],
  290. [
  291. 0,
  292. 1,
  293. 0,
  294. 0,
  295. 0,
  296. 0,
  297. 1,
  298. 1,
  299. 2,
  300. 1,
  301. 1,
  302. 2
  303. ],
  304. [
  305. 0,
  306. 0,
  307. 0,
  308. 0,
  309. 0,
  310. 0,
  311. 1,
  312. 0,
  313. 0,
  314. 0,
  315. 0,
  316. 2
  317. ],
  318. [
  319. 0,
  320. 0,
  321. 0,
  322. 0,
  323. 0,
  324. 0,
  325. 0,
  326. 0,
  327. 0,
  328. 0,
  329. 0,
  330. 2
  331. ],
  332. [
  333. 1,
  334. 1,
  335. 1,
  336. 1,
  337. 1,
  338. 0,
  339. 1,
  340. 1,
  341. 1,
  342. 1,
  343. 1,
  344. 2
  345. ],
  346. [
  347. 0,
  348. 0,
  349. 0,
  350. 1,
  351. 0,
  352. 0,
  353. 1,
  354. 0,
  355. 0,
  356. 0,
  357. 0,
  358. 2
  359. ],
  360. [
  361. 0,
  362. 2,
  363. 1,
  364. 2,
  365. 0,
  366. 0,
  367. 1,
  368. 0,
  369. 2,
  370. 2,
  371. 2,
  372. 2
  373. ],
  374. [
  375. 0,
  376. 2,
  377. 0,
  378. 1,
  379. 0,
  380. 0,
  381. 1,
  382. 0,
  383. 2,
  384. 0,
  385. 0,
  386. 2
  387. ],
  388. [
  389. 0,
  390. 2,
  391. 1,
  392. 1,
  393. 0,
  394. 0,
  395. 1,
  396. 0,
  397. 2,
  398. 0,
  399. 0,
  400. 2
  401. ],
  402. [
  403. 2,
  404. 2,
  405. 2,
  406. 2,
  407. 2,
  408. 2,
  409. 2,
  410. 2,
  411. 2,
  412. 2,
  413. 2,
  414. 2
  415. ]
  416. ],
  417. "rule_severities": {
  418. "bus_definition_conflict": "error",
  419. "bus_entry_needed": "error",
  420. "bus_to_bus_conflict": "error",
  421. "bus_to_net_conflict": "error",
  422. "conflicting_netclasses": "error",
  423. "different_unit_footprint": "error",
  424. "different_unit_net": "error",
  425. "duplicate_reference": "error",
  426. "duplicate_sheet_names": "error",
  427. "endpoint_off_grid": "warning",
  428. "extra_units": "error",
  429. "global_label_dangling": "warning",
  430. "hier_label_mismatch": "error",
  431. "label_dangling": "error",
  432. "lib_symbol_issues": "warning",
  433. "missing_bidi_pin": "warning",
  434. "missing_input_pin": "warning",
  435. "missing_power_pin": "error",
  436. "missing_unit": "warning",
  437. "multiple_net_names": "warning",
  438. "net_not_bus_member": "warning",
  439. "no_connect_connected": "warning",
  440. "no_connect_dangling": "warning",
  441. "pin_not_connected": "error",
  442. "pin_not_driven": "error",
  443. "pin_to_pin": "warning",
  444. "power_pin_not_driven": "error",
  445. "similar_labels": "warning",
  446. "simulation_model_issue": "ignore",
  447. "unannotated": "error",
  448. "unit_value_mismatch": "error",
  449. "unresolved_variable": "error",
  450. "wire_dangling": "error"
  451. }
  452. },
  453. "libraries": {
  454. "pinned_footprint_libs": [],
  455. "pinned_symbol_libs": []
  456. },
  457. "meta": {
  458. "filename": "rgb-to-hdmi.kicad_pro",
  459. "version": 1
  460. },
  461. "net_settings": {
  462. "classes": [
  463. {
  464. "bus_width": 12,
  465. "clearance": 0.2032,
  466. "diff_pair_gap": 0.25,
  467. "diff_pair_via_gap": 0.25,
  468. "diff_pair_width": 0.2032,
  469. "line_style": 0,
  470. "microvia_diameter": 0.6096,
  471. "microvia_drill": 0.3048,
  472. "name": "Default",
  473. "pcb_color": "rgba(0, 0, 0, 0.000)",
  474. "schematic_color": "rgba(0, 0, 0, 0.000)",
  475. "track_width": 0.2032,
  476. "via_diameter": 0.6604,
  477. "via_drill": 0.3048,
  478. "wire_width": 6
  479. },
  480. {
  481. "bus_width": 12,
  482. "clearance": 0.2032,
  483. "diff_pair_gap": 0.25,
  484. "diff_pair_via_gap": 0.25,
  485. "diff_pair_width": 0.2032,
  486. "line_style": 0,
  487. "microvia_diameter": 0.6096,
  488. "microvia_drill": 0.3048,
  489. "name": "Power",
  490. "pcb_color": "rgba(0, 0, 0, 0.000)",
  491. "schematic_color": "rgba(0, 0, 0, 0.000)",
  492. "track_width": 0.381,
  493. "via_diameter": 0.762,
  494. "via_drill": 0.381,
  495. "wire_width": 6
  496. }
  497. ],
  498. "meta": {
  499. "version": 3
  500. },
  501. "net_colors": null,
  502. "netclass_assignments": null,
  503. "netclass_patterns": [
  504. {
  505. "netclass": "Default",
  506. "pattern": "/B0"
  507. },
  508. {
  509. "netclass": "Default",
  510. "pattern": "/B1"
  511. },
  512. {
  513. "netclass": "Default",
  514. "pattern": "/B2"
  515. },
  516. {
  517. "netclass": "Default",
  518. "pattern": "/B3"
  519. },
  520. {
  521. "netclass": "Default",
  522. "pattern": "/CLKEN"
  523. },
  524. {
  525. "netclass": "Default",
  526. "pattern": "/DETECT"
  527. },
  528. {
  529. "netclass": "Default",
  530. "pattern": "/G0"
  531. },
  532. {
  533. "netclass": "Default",
  534. "pattern": "/G1"
  535. },
  536. {
  537. "netclass": "Default",
  538. "pattern": "/G2"
  539. },
  540. {
  541. "netclass": "Default",
  542. "pattern": "/G3"
  543. },
  544. {
  545. "netclass": "Default",
  546. "pattern": "/GND"
  547. },
  548. {
  549. "netclass": "Default",
  550. "pattern": "/GPIO0_sp_data"
  551. },
  552. {
  553. "netclass": "Default",
  554. "pattern": "/GPIO10_Q08"
  555. },
  556. {
  557. "netclass": "Default",
  558. "pattern": "/GPIO11_Q09"
  559. },
  560. {
  561. "netclass": "Default",
  562. "pattern": "/GPIO12_Q10"
  563. },
  564. {
  565. "netclass": "Default",
  566. "pattern": "/GPIO13_Q11"
  567. },
  568. {
  569. "netclass": "Default",
  570. "pattern": "/GPIO16"
  571. },
  572. {
  573. "netclass": "Default",
  574. "pattern": "/GPIO17_psync"
  575. },
  576. {
  577. "netclass": "Default",
  578. "pattern": "/GPIO18_Version"
  579. },
  580. {
  581. "netclass": "Default",
  582. "pattern": "/GPIO19"
  583. },
  584. {
  585. "netclass": "Default",
  586. "pattern": "/GPIO1_sp_clken"
  587. },
  588. {
  589. "netclass": "Default",
  590. "pattern": "/GPIO20_sp_clk"
  591. },
  592. {
  593. "netclass": "Default",
  594. "pattern": "/GPIO21_clk"
  595. },
  596. {
  597. "netclass": "Default",
  598. "pattern": "/GPIO22_analog"
  599. },
  600. {
  601. "netclass": "Default",
  602. "pattern": "/GPIO23_csync"
  603. },
  604. {
  605. "netclass": "Default",
  606. "pattern": "/GPIO24_mux"
  607. },
  608. {
  609. "netclass": "Default",
  610. "pattern": "/GPIO25_mode7"
  611. },
  612. {
  613. "netclass": "Default",
  614. "pattern": "/GPIO26"
  615. },
  616. {
  617. "netclass": "Default",
  618. "pattern": "/GPIO27_genlock"
  619. },
  620. {
  621. "netclass": "Default",
  622. "pattern": "/GPIO2_Q00"
  623. },
  624. {
  625. "netclass": "Default",
  626. "pattern": "/GPIO3_Q01"
  627. },
  628. {
  629. "netclass": "Default",
  630. "pattern": "/GPIO4_Q02"
  631. },
  632. {
  633. "netclass": "Default",
  634. "pattern": "/GPIO5_Q03"
  635. },
  636. {
  637. "netclass": "Default",
  638. "pattern": "/GPIO6_Q04"
  639. },
  640. {
  641. "netclass": "Default",
  642. "pattern": "/GPIO7_Q05"
  643. },
  644. {
  645. "netclass": "Default",
  646. "pattern": "/GPIO8_Q06"
  647. },
  648. {
  649. "netclass": "Default",
  650. "pattern": "/GPIO9_Q07"
  651. },
  652. {
  653. "netclass": "Default",
  654. "pattern": "/R0"
  655. },
  656. {
  657. "netclass": "Default",
  658. "pattern": "/R1"
  659. },
  660. {
  661. "netclass": "Default",
  662. "pattern": "/R2"
  663. },
  664. {
  665. "netclass": "Default",
  666. "pattern": "/R3"
  667. },
  668. {
  669. "netclass": "Default",
  670. "pattern": "/RxD"
  671. },
  672. {
  673. "netclass": "Default",
  674. "pattern": "/SPCLK"
  675. },
  676. {
  677. "netclass": "Default",
  678. "pattern": "/SPDATA"
  679. },
  680. {
  681. "netclass": "Default",
  682. "pattern": "/SYNC"
  683. },
  684. {
  685. "netclass": "Default",
  686. "pattern": "/TxD"
  687. },
  688. {
  689. "netclass": "Default",
  690. "pattern": "/VCC"
  691. },
  692. {
  693. "netclass": "Default",
  694. "pattern": "/VSYNC"
  695. },
  696. {
  697. "netclass": "Default",
  698. "pattern": "Net-(D1-Pad1)"
  699. },
  700. {
  701. "netclass": "Default",
  702. "pattern": "Net-(D2-Pad1)"
  703. },
  704. {
  705. "netclass": "Default",
  706. "pattern": "Net-(P4-Pad1)"
  707. },
  708. {
  709. "netclass": "Default",
  710. "pattern": "Net-(P4-Pad2)"
  711. },
  712. {
  713. "netclass": "Power",
  714. "pattern": "/3V3"
  715. }
  716. ]
  717. },
  718. "pcbnew": {
  719. "last_paths": {
  720. "gencad": "",
  721. "idf": "",
  722. "netlist": "rgb-to-hdmi.net",
  723. "plot": "",
  724. "pos_files": "",
  725. "specctra_dsn": "",
  726. "step": "",
  727. "svg": "",
  728. "vrml": ""
  729. },
  730. "page_layout_descr_file": ""
  731. },
  732. "schematic": {
  733. "annotate_start_num": 0,
  734. "bom_export_filename": "",
  735. "bom_fmt_presets": [],
  736. "bom_fmt_settings": {
  737. "field_delimiter": ",",
  738. "keep_line_breaks": false,
  739. "keep_tabs": false,
  740. "name": "CSV",
  741. "ref_delimiter": ",",
  742. "ref_range_delimiter": "",
  743. "string_delimiter": "\""
  744. },
  745. "bom_presets": [],
  746. "bom_settings": {
  747. "exclude_dnp": false,
  748. "fields_ordered": [
  749. {
  750. "group_by": false,
  751. "label": "Reference",
  752. "name": "Reference",
  753. "show": true
  754. },
  755. {
  756. "group_by": true,
  757. "label": "Value",
  758. "name": "Value",
  759. "show": true
  760. },
  761. {
  762. "group_by": false,
  763. "label": "Datasheet",
  764. "name": "Datasheet",
  765. "show": true
  766. },
  767. {
  768. "group_by": false,
  769. "label": "Footprint",
  770. "name": "Footprint",
  771. "show": true
  772. },
  773. {
  774. "group_by": false,
  775. "label": "Qty",
  776. "name": "${QUANTITY}",
  777. "show": true
  778. },
  779. {
  780. "group_by": true,
  781. "label": "DNP",
  782. "name": "${DNP}",
  783. "show": true
  784. },
  785. {
  786. "group_by": false,
  787. "label": "#",
  788. "name": "${ITEM_NUMBER}",
  789. "show": false
  790. },
  791. {
  792. "group_by": false,
  793. "label": "Description",
  794. "name": "Description",
  795. "show": false
  796. },
  797. {
  798. "group_by": false,
  799. "label": "LCSC",
  800. "name": "LCSC",
  801. "show": true
  802. }
  803. ],
  804. "filter_string": "",
  805. "group_symbols": true,
  806. "name": "",
  807. "sort_asc": true,
  808. "sort_field": "Reference"
  809. },
  810. "connection_grid_size": 50.0,
  811. "drawing": {
  812. "dashed_lines_dash_length_ratio": 12.0,
  813. "dashed_lines_gap_length_ratio": 3.0,
  814. "default_line_thickness": 6.0,
  815. "default_text_size": 60.0,
  816. "field_names": [],
  817. "intersheets_ref_own_page": false,
  818. "intersheets_ref_prefix": "",
  819. "intersheets_ref_short": false,
  820. "intersheets_ref_show": false,
  821. "intersheets_ref_suffix": "",
  822. "junction_size_choice": 3,
  823. "label_size_ratio": 0.25,
  824. "operating_point_overlay_i_precision": 3,
  825. "operating_point_overlay_i_range": "~A",
  826. "operating_point_overlay_v_precision": 3,
  827. "operating_point_overlay_v_range": "~V",
  828. "overbar_offset_ratio": 1.23,
  829. "pin_symbol_size": 0.0,
  830. "text_offset_ratio": 0.08
  831. },
  832. "legacy_lib_dir": "",
  833. "legacy_lib_list": [],
  834. "meta": {
  835. "version": 1
  836. },
  837. "net_format_name": "Pcbnew",
  838. "page_layout_descr_file": "",
  839. "plot_directory": "pdf",
  840. "spice_adjust_passive_values": false,
  841. "spice_current_sheet_as_root": false,
  842. "spice_external_command": "spice \"%I\"",
  843. "spice_model_current_sheet_as_root": true,
  844. "spice_save_all_currents": false,
  845. "spice_save_all_dissipations": false,
  846. "spice_save_all_voltages": false,
  847. "subpart_first_id": 65,
  848. "subpart_id_separator": 0
  849. },
  850. "sheets": [
  851. [
  852. "e267a3e0-ea93-4630-9528-f06a000f2e9c",
  853. "Root"
  854. ]
  855. ],
  856. "text_variables": {}
  857. }