4680logicanalyzer.kicad_pro 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896
  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.05,
  10. "copper_line_width": 0.2,
  11. "copper_text_italic": false,
  12. "copper_text_size_h": 1.5,
  13. "copper_text_size_v": 1.5,
  14. "copper_text_thickness": 0.3,
  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": 0.762,
  41. "height": 1.524,
  42. "width": 1.524
  43. },
  44. "silk_line_width": 0.12,
  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. "45_degree_only": false,
  52. "min_clearance": 0.1
  53. }
  54. },
  55. "diff_pair_dimensions": [
  56. {
  57. "gap": 0.0,
  58. "via_gap": 0.0,
  59. "width": 0.0
  60. }
  61. ],
  62. "drc_exclusions": [],
  63. "meta": {
  64. "filename": "board_design_settings.json",
  65. "version": 2
  66. },
  67. "rule_severities": {
  68. "annular_width": "error",
  69. "clearance": "error",
  70. "connection_width": "warning",
  71. "copper_edge_clearance": "error",
  72. "copper_sliver": "warning",
  73. "courtyards_overlap": "error",
  74. "creepage": "error",
  75. "diff_pair_gap_out_of_range": "error",
  76. "diff_pair_uncoupled_length_too_long": "error",
  77. "drill_out_of_range": "error",
  78. "duplicate_footprints": "warning",
  79. "extra_footprint": "warning",
  80. "footprint": "error",
  81. "footprint_filters_mismatch": "ignore",
  82. "footprint_symbol_mismatch": "warning",
  83. "footprint_type_mismatch": "error",
  84. "hole_clearance": "error",
  85. "hole_near_hole": "error",
  86. "hole_to_hole": "error",
  87. "holes_co_located": "warning",
  88. "invalid_outline": "error",
  89. "isolated_copper": "warning",
  90. "item_on_disabled_layer": "error",
  91. "items_not_allowed": "error",
  92. "length_out_of_range": "error",
  93. "lib_footprint_issues": "warning",
  94. "lib_footprint_mismatch": "warning",
  95. "malformed_courtyard": "error",
  96. "microvia_drill_out_of_range": "error",
  97. "mirrored_text_on_front_layer": "warning",
  98. "missing_courtyard": "ignore",
  99. "missing_footprint": "warning",
  100. "net_conflict": "warning",
  101. "nonmirrored_text_on_back_layer": "warning",
  102. "npth_inside_courtyard": "ignore",
  103. "padstack": "error",
  104. "pth_inside_courtyard": "ignore",
  105. "shorting_items": "error",
  106. "silk_edge_clearance": "ignore",
  107. "silk_over_copper": "ignore",
  108. "silk_overlap": "warning",
  109. "skew_out_of_range": "error",
  110. "solder_mask_bridge": "error",
  111. "starved_thermal": "error",
  112. "text_height": "ignore",
  113. "text_on_edge_cuts": "error",
  114. "text_thickness": "warning",
  115. "through_hole_pad_without_hole": "error",
  116. "too_many_vias": "error",
  117. "track_angle": "error",
  118. "track_dangling": "warning",
  119. "track_segment_length": "error",
  120. "track_width": "error",
  121. "tracks_crossing": "error",
  122. "unconnected_items": "error",
  123. "unresolved_variable": "error",
  124. "via_dangling": "warning",
  125. "zone_has_empty_net": "error",
  126. "zones_intersect": "error"
  127. },
  128. "rules": {
  129. "allow_blind_buried_vias": false,
  130. "allow_microvias": false,
  131. "max_error": 0.005,
  132. "min_clearance": 0.15,
  133. "min_connection": 0.0,
  134. "min_copper_edge_clearance": 0.381,
  135. "min_groove_width": 0.0,
  136. "min_hole_clearance": 0.2032,
  137. "min_hole_to_hole": 0.25,
  138. "min_microvia_diameter": 0.2,
  139. "min_microvia_drill": 0.1,
  140. "min_resolved_spokes": 2,
  141. "min_silk_clearance": 0.0,
  142. "min_text_height": 0.762,
  143. "min_text_thickness": 0.08,
  144. "min_through_hole_diameter": 0.25,
  145. "min_track_width": 0.13,
  146. "min_via_annular_width": 0.125,
  147. "min_via_diameter": 0.45,
  148. "solder_mask_to_copper_clearance": 0.0,
  149. "use_height_for_length_calcs": true
  150. },
  151. "teardrop_options": [
  152. {
  153. "td_onpthpad": true,
  154. "td_onroundshapesonly": false,
  155. "td_onsmdpad": true,
  156. "td_ontrackend": false,
  157. "td_onvia": true
  158. }
  159. ],
  160. "teardrop_parameters": [
  161. {
  162. "td_allow_use_two_tracks": true,
  163. "td_curve_segcount": 0,
  164. "td_height_ratio": 1.0,
  165. "td_length_ratio": 0.5,
  166. "td_maxheight": 2.0,
  167. "td_maxlen": 1.0,
  168. "td_on_pad_in_zone": false,
  169. "td_target_name": "td_round_shape",
  170. "td_width_to_size_filter_ratio": 0.9
  171. },
  172. {
  173. "td_allow_use_two_tracks": true,
  174. "td_curve_segcount": 0,
  175. "td_height_ratio": 1.0,
  176. "td_length_ratio": 0.5,
  177. "td_maxheight": 2.0,
  178. "td_maxlen": 1.0,
  179. "td_on_pad_in_zone": false,
  180. "td_target_name": "td_rect_shape",
  181. "td_width_to_size_filter_ratio": 0.9
  182. },
  183. {
  184. "td_allow_use_two_tracks": true,
  185. "td_curve_segcount": 0,
  186. "td_height_ratio": 1.0,
  187. "td_length_ratio": 0.5,
  188. "td_maxheight": 2.0,
  189. "td_maxlen": 1.0,
  190. "td_on_pad_in_zone": false,
  191. "td_target_name": "td_track_end",
  192. "td_width_to_size_filter_ratio": 0.9
  193. }
  194. ],
  195. "track_widths": [
  196. 0.0
  197. ],
  198. "tuning_pattern_settings": {
  199. "diff_pair_defaults": {
  200. "corner_radius_percentage": 80,
  201. "corner_style": 1,
  202. "max_amplitude": 1.0,
  203. "min_amplitude": 0.2,
  204. "single_sided": false,
  205. "spacing": 1.0
  206. },
  207. "diff_pair_skew_defaults": {
  208. "corner_radius_percentage": 80,
  209. "corner_style": 1,
  210. "max_amplitude": 1.0,
  211. "min_amplitude": 0.2,
  212. "single_sided": false,
  213. "spacing": 0.6
  214. },
  215. "single_track_defaults": {
  216. "corner_radius_percentage": 80,
  217. "corner_style": 1,
  218. "max_amplitude": 1.0,
  219. "min_amplitude": 0.2,
  220. "single_sided": false,
  221. "spacing": 0.6
  222. }
  223. },
  224. "via_dimensions": [
  225. {
  226. "diameter": 0.0,
  227. "drill": 0.0
  228. }
  229. ],
  230. "zones_allow_external_fillets": false,
  231. "zones_use_no_outline": true
  232. },
  233. "ipc2581": {
  234. "dist": "",
  235. "distpn": "",
  236. "internal_id": "",
  237. "mfg": "",
  238. "mpn": ""
  239. },
  240. "layer_pairs": [],
  241. "layer_presets": [],
  242. "viewports": []
  243. },
  244. "boards": [],
  245. "cvpcb": {
  246. "equivalence_files": []
  247. },
  248. "erc": {
  249. "erc_exclusions": [],
  250. "meta": {
  251. "version": 0
  252. },
  253. "pin_map": [
  254. [
  255. 0,
  256. 0,
  257. 0,
  258. 0,
  259. 0,
  260. 0,
  261. 1,
  262. 0,
  263. 0,
  264. 0,
  265. 0,
  266. 2
  267. ],
  268. [
  269. 0,
  270. 2,
  271. 0,
  272. 1,
  273. 0,
  274. 0,
  275. 1,
  276. 0,
  277. 2,
  278. 2,
  279. 2,
  280. 2
  281. ],
  282. [
  283. 0,
  284. 0,
  285. 0,
  286. 0,
  287. 0,
  288. 0,
  289. 1,
  290. 0,
  291. 1,
  292. 0,
  293. 1,
  294. 2
  295. ],
  296. [
  297. 0,
  298. 1,
  299. 0,
  300. 0,
  301. 0,
  302. 0,
  303. 1,
  304. 1,
  305. 2,
  306. 1,
  307. 1,
  308. 2
  309. ],
  310. [
  311. 0,
  312. 0,
  313. 0,
  314. 0,
  315. 0,
  316. 0,
  317. 1,
  318. 0,
  319. 0,
  320. 0,
  321. 0,
  322. 2
  323. ],
  324. [
  325. 0,
  326. 0,
  327. 0,
  328. 0,
  329. 0,
  330. 0,
  331. 0,
  332. 0,
  333. 0,
  334. 0,
  335. 0,
  336. 2
  337. ],
  338. [
  339. 1,
  340. 1,
  341. 1,
  342. 1,
  343. 1,
  344. 0,
  345. 1,
  346. 1,
  347. 1,
  348. 1,
  349. 1,
  350. 2
  351. ],
  352. [
  353. 0,
  354. 0,
  355. 0,
  356. 1,
  357. 0,
  358. 0,
  359. 1,
  360. 0,
  361. 0,
  362. 0,
  363. 0,
  364. 2
  365. ],
  366. [
  367. 0,
  368. 2,
  369. 1,
  370. 2,
  371. 0,
  372. 0,
  373. 1,
  374. 0,
  375. 2,
  376. 2,
  377. 2,
  378. 2
  379. ],
  380. [
  381. 0,
  382. 2,
  383. 0,
  384. 1,
  385. 0,
  386. 0,
  387. 1,
  388. 0,
  389. 2,
  390. 0,
  391. 0,
  392. 2
  393. ],
  394. [
  395. 0,
  396. 2,
  397. 1,
  398. 1,
  399. 0,
  400. 0,
  401. 1,
  402. 0,
  403. 2,
  404. 0,
  405. 0,
  406. 2
  407. ],
  408. [
  409. 2,
  410. 2,
  411. 2,
  412. 2,
  413. 2,
  414. 2,
  415. 2,
  416. 2,
  417. 2,
  418. 2,
  419. 2,
  420. 2
  421. ]
  422. ],
  423. "rule_severities": {
  424. "bus_definition_conflict": "error",
  425. "bus_entry_needed": "error",
  426. "bus_to_bus_conflict": "error",
  427. "bus_to_net_conflict": "error",
  428. "conflicting_netclasses": "error",
  429. "different_unit_footprint": "error",
  430. "different_unit_net": "error",
  431. "duplicate_reference": "error",
  432. "duplicate_sheet_names": "error",
  433. "endpoint_off_grid": "warning",
  434. "extra_units": "error",
  435. "footprint_filter": "ignore",
  436. "footprint_link_issues": "warning",
  437. "four_way_junction": "ignore",
  438. "global_label_dangling": "warning",
  439. "hier_label_mismatch": "error",
  440. "label_dangling": "error",
  441. "label_multiple_wires": "warning",
  442. "lib_symbol_issues": "warning",
  443. "lib_symbol_mismatch": "warning",
  444. "missing_bidi_pin": "warning",
  445. "missing_input_pin": "warning",
  446. "missing_power_pin": "error",
  447. "missing_unit": "warning",
  448. "multiple_net_names": "warning",
  449. "net_not_bus_member": "warning",
  450. "no_connect_connected": "warning",
  451. "no_connect_dangling": "warning",
  452. "pin_not_connected": "error",
  453. "pin_not_driven": "error",
  454. "pin_to_pin": "warning",
  455. "power_pin_not_driven": "error",
  456. "same_local_global_label": "warning",
  457. "similar_label_and_power": "warning",
  458. "similar_labels": "warning",
  459. "similar_power": "warning",
  460. "simulation_model_issue": "ignore",
  461. "single_global_label": "ignore",
  462. "unannotated": "error",
  463. "unconnected_wire_endpoint": "warning",
  464. "undefined_netclass": "error",
  465. "unit_value_mismatch": "error",
  466. "unresolved_variable": "error",
  467. "wire_dangling": "error"
  468. }
  469. },
  470. "libraries": {
  471. "pinned_footprint_libs": [],
  472. "pinned_symbol_libs": []
  473. },
  474. "meta": {
  475. "filename": "4680logicanalyzer.kicad_pro",
  476. "version": 3
  477. },
  478. "net_colors": null,
  479. "net_settings": {
  480. "classes": [
  481. {
  482. "bus_width": 12,
  483. "clearance": 0.15,
  484. "diff_pair_gap": 0.25,
  485. "diff_pair_via_gap": 0.25,
  486. "diff_pair_width": 0.2,
  487. "line_style": 0,
  488. "microvia_diameter": 0.01,
  489. "microvia_drill": 0.0,
  490. "name": "Default",
  491. "pcb_color": "rgba(0, 0, 0, 0.000)",
  492. "priority": 2147483647,
  493. "schematic_color": "rgba(0, 0, 0, 0.000)",
  494. "track_width": 0.2,
  495. "via_diameter": 0.5,
  496. "via_drill": 0.25,
  497. "wire_width": 6
  498. }
  499. ],
  500. "meta": {
  501. "version": 4
  502. },
  503. "net_colors": null,
  504. "netclass_assignments": null,
  505. "netclass_patterns": [
  506. {
  507. "netclass": "Default",
  508. "pattern": "DIN2"
  509. },
  510. {
  511. "netclass": "Default",
  512. "pattern": "DIN7"
  513. },
  514. {
  515. "netclass": "Default",
  516. "pattern": "DOUT13"
  517. },
  518. {
  519. "netclass": "Default",
  520. "pattern": "DIN16"
  521. },
  522. {
  523. "netclass": "Default",
  524. "pattern": "DOUT23"
  525. },
  526. {
  527. "netclass": "Default",
  528. "pattern": "DOUT7"
  529. },
  530. {
  531. "netclass": "Default",
  532. "pattern": "EXT_TRIG"
  533. },
  534. {
  535. "netclass": "Default",
  536. "pattern": "DOUT21"
  537. },
  538. {
  539. "netclass": "Default",
  540. "pattern": "DOUT2"
  541. },
  542. {
  543. "netclass": "Default",
  544. "pattern": "DIN8"
  545. },
  546. {
  547. "netclass": "Default",
  548. "pattern": "DIN23"
  549. },
  550. {
  551. "netclass": "Default",
  552. "pattern": "DIN15"
  553. },
  554. {
  555. "netclass": "Default",
  556. "pattern": "DIN13"
  557. },
  558. {
  559. "netclass": "Default",
  560. "pattern": "DOUT8"
  561. },
  562. {
  563. "netclass": "Default",
  564. "pattern": "DOUT14"
  565. },
  566. {
  567. "netclass": "Default",
  568. "pattern": "DIN3"
  569. },
  570. {
  571. "netclass": "Default",
  572. "pattern": "DIN9"
  573. },
  574. {
  575. "netclass": "Default",
  576. "pattern": "DIN22"
  577. },
  578. {
  579. "netclass": "Default",
  580. "pattern": "DOUT24"
  581. },
  582. {
  583. "netclass": "Default",
  584. "pattern": "POWER_5v"
  585. },
  586. {
  587. "netclass": "Default",
  588. "pattern": "DOUT15"
  589. },
  590. {
  591. "netclass": "Default",
  592. "pattern": "DOUT3"
  593. },
  594. {
  595. "netclass": "Default",
  596. "pattern": "DOUT9"
  597. },
  598. {
  599. "netclass": "Default",
  600. "pattern": "DIN21"
  601. },
  602. {
  603. "netclass": "Default",
  604. "pattern": "DIN4"
  605. },
  606. {
  607. "netclass": "Default",
  608. "pattern": "DIN10"
  609. },
  610. {
  611. "netclass": "Default",
  612. "pattern": "DOUT16"
  613. },
  614. {
  615. "netclass": "Default",
  616. "pattern": "DOUT4"
  617. },
  618. {
  619. "netclass": "Default",
  620. "pattern": "GND"
  621. },
  622. {
  623. "netclass": "Default",
  624. "pattern": "DIN20"
  625. },
  626. {
  627. "netclass": "Default",
  628. "pattern": "VREF"
  629. },
  630. {
  631. "netclass": "Default",
  632. "pattern": "DOUT10"
  633. },
  634. {
  635. "netclass": "Default",
  636. "pattern": "DOUT17"
  637. },
  638. {
  639. "netclass": "Default",
  640. "pattern": "DIN5"
  641. },
  642. {
  643. "netclass": "Default",
  644. "pattern": "DIN11"
  645. },
  646. {
  647. "netclass": "Default",
  648. "pattern": "DIN19"
  649. },
  650. {
  651. "netclass": "Default",
  652. "pattern": "DOUT5"
  653. },
  654. {
  655. "netclass": "Default",
  656. "pattern": "DOUT11"
  657. },
  658. {
  659. "netclass": "Default",
  660. "pattern": "DOUT18"
  661. },
  662. {
  663. "netclass": "Default",
  664. "pattern": "DIN1"
  665. },
  666. {
  667. "netclass": "Default",
  668. "pattern": "EXT_VREF"
  669. },
  670. {
  671. "netclass": "Default",
  672. "pattern": "DIN12"
  673. },
  674. {
  675. "netclass": "Default",
  676. "pattern": "DIN18"
  677. },
  678. {
  679. "netclass": "Default",
  680. "pattern": "DOUT22"
  681. },
  682. {
  683. "netclass": "Default",
  684. "pattern": "DIN6"
  685. },
  686. {
  687. "netclass": "Default",
  688. "pattern": "EXT_CHAIN"
  689. },
  690. {
  691. "netclass": "Default",
  692. "pattern": "DOUT19"
  693. },
  694. {
  695. "netclass": "Default",
  696. "pattern": "DOUT1"
  697. },
  698. {
  699. "netclass": "Default",
  700. "pattern": "POWER_3v3"
  701. },
  702. {
  703. "netclass": "Default",
  704. "pattern": "DOUT12"
  705. },
  706. {
  707. "netclass": "Default",
  708. "pattern": "DIN17"
  709. },
  710. {
  711. "netclass": "Default",
  712. "pattern": "DIN14"
  713. },
  714. {
  715. "netclass": "Default",
  716. "pattern": "DOUT6"
  717. },
  718. {
  719. "netclass": "Default",
  720. "pattern": "DIN24"
  721. },
  722. {
  723. "netclass": "Default",
  724. "pattern": "DOUT20"
  725. }
  726. ]
  727. },
  728. "pcbnew": {
  729. "last_paths": {
  730. "gencad": "",
  731. "idf": "",
  732. "netlist": "",
  733. "plot": "output/",
  734. "pos_files": "",
  735. "specctra_dsn": "",
  736. "step": "custom/jitx-design.step",
  737. "svg": "",
  738. "vrml": ""
  739. },
  740. "page_layout_descr_file": ""
  741. },
  742. "schematic": {
  743. "annotate_start_num": 0,
  744. "bom_export_filename": "",
  745. "bom_fmt_presets": [],
  746. "bom_fmt_settings": {
  747. "field_delimiter": ",",
  748. "keep_line_breaks": false,
  749. "keep_tabs": false,
  750. "name": "CSV",
  751. "ref_delimiter": ",",
  752. "ref_range_delimiter": "",
  753. "string_delimiter": "\""
  754. },
  755. "bom_presets": [],
  756. "bom_settings": {
  757. "exclude_dnp": false,
  758. "fields_ordered": [
  759. {
  760. "group_by": false,
  761. "label": "Reference",
  762. "name": "Reference",
  763. "show": true
  764. },
  765. {
  766. "group_by": true,
  767. "label": "Value",
  768. "name": "Value",
  769. "show": true
  770. },
  771. {
  772. "group_by": false,
  773. "label": "Datasheet",
  774. "name": "Datasheet",
  775. "show": true
  776. },
  777. {
  778. "group_by": false,
  779. "label": "Footprint",
  780. "name": "Footprint",
  781. "show": true
  782. },
  783. {
  784. "group_by": false,
  785. "label": "Qty",
  786. "name": "${QUANTITY}",
  787. "show": true
  788. },
  789. {
  790. "group_by": true,
  791. "label": "DNP",
  792. "name": "${DNP}",
  793. "show": true
  794. },
  795. {
  796. "group_by": false,
  797. "label": "#",
  798. "name": "${ITEM_NUMBER}",
  799. "show": false
  800. },
  801. {
  802. "group_by": false,
  803. "label": "MPN",
  804. "name": "MPN",
  805. "show": false
  806. },
  807. {
  808. "group_by": false,
  809. "label": "Manufacturer",
  810. "name": "Manufacturer",
  811. "show": false
  812. },
  813. {
  814. "group_by": false,
  815. "label": "Name",
  816. "name": "Name",
  817. "show": false
  818. },
  819. {
  820. "group_by": false,
  821. "label": "Reference-prefix",
  822. "name": "Reference-prefix",
  823. "show": false
  824. },
  825. {
  826. "group_by": false,
  827. "label": "Description",
  828. "name": "Description",
  829. "show": false
  830. }
  831. ],
  832. "filter_string": "",
  833. "group_symbols": true,
  834. "include_excluded_from_bom": false,
  835. "name": "",
  836. "sort_asc": true,
  837. "sort_field": "Reference"
  838. },
  839. "connection_grid_size": 50.0,
  840. "drawing": {
  841. "dashed_lines_dash_length_ratio": 12.0,
  842. "dashed_lines_gap_length_ratio": 3.0,
  843. "default_line_thickness": 6.0,
  844. "default_text_size": 50.0,
  845. "field_names": [],
  846. "intersheets_ref_own_page": false,
  847. "intersheets_ref_prefix": "",
  848. "intersheets_ref_short": false,
  849. "intersheets_ref_show": false,
  850. "intersheets_ref_suffix": "",
  851. "junction_size_choice": 3,
  852. "label_size_ratio": 0.25,
  853. "operating_point_overlay_i_precision": 3,
  854. "operating_point_overlay_i_range": "~A",
  855. "operating_point_overlay_v_precision": 3,
  856. "operating_point_overlay_v_range": "~V",
  857. "overbar_offset_ratio": 1.23,
  858. "pin_symbol_size": 0.0,
  859. "text_offset_ratio": 0.08
  860. },
  861. "legacy_lib_dir": "",
  862. "legacy_lib_list": [],
  863. "meta": {
  864. "version": 1
  865. },
  866. "net_format_name": "",
  867. "ngspice": {
  868. "fix_include_paths": true,
  869. "fix_passive_vals": false,
  870. "meta": {
  871. "version": 0
  872. },
  873. "model_mode": 0,
  874. "workbook_filename": ""
  875. },
  876. "page_layout_descr_file": "",
  877. "plot_directory": "pdf",
  878. "space_save_all_events": true,
  879. "spice_adjust_passive_values": false,
  880. "spice_current_sheet_as_root": false,
  881. "spice_external_command": "spice \"%I\"",
  882. "spice_model_current_sheet_as_root": true,
  883. "spice_save_all_currents": false,
  884. "spice_save_all_dissipations": false,
  885. "spice_save_all_voltages": false,
  886. "subpart_first_id": 65,
  887. "subpart_id_separator": 0
  888. },
  889. "sheets": [
  890. [
  891. "219df102-d28d-b743-245e-efc9439ef913",
  892. "Root"
  893. ]
  894. ],
  895. "text_variables": {}
  896. }