Добавил плату аттенюатора

This commit is contained in:
Sergey Kalinin
2025-11-15 13:53:17 +03:00
parent ad88037470
commit ecdf9dd3a6
10 changed files with 9318 additions and 4367 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,4 @@
amplifier-control-panel/amplifier-control-panel-backups/* amplifier-control-panel/amplifier-control-panel-backups/*
power-unit-5v/power-unit-5v-backups/* power-unit-5v/power-unit-5v-backups/*
/optopair-module/optopair-module-backups/* /optopair-module/optopair-module-backups/*
attenuator/attenuator-backups/*

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{ {
"board": { "board": {
"active_layer": 5, "active_layer": 2,
"active_layer_preset": "All Layers", "active_layer_preset": "",
"auto_track_width": true, "auto_track_width": true,
"hidden_netclasses": [], "hidden_netclasses": [],
"hidden_nets": [], "hidden_nets": [],
@@ -45,6 +45,7 @@
"pads", "pads",
"zones", "zones",
"drc_warnings", "drc_warnings",
"drc_exclusions",
"locked_item_shadows", "locked_item_shadows",
"conflict_shadows", "conflict_shadows",
"shapes" "shapes"

View File

@@ -188,6 +188,7 @@
], ],
"track_widths": [ "track_widths": [
0.0, 0.0,
0.5,
1.0 1.0
], ],
"tuning_pattern_settings": { "tuning_pattern_settings": {
@@ -610,6 +611,14 @@
"version": 1 "version": 1
}, },
"net_format_name": "", "net_format_name": "",
"ngspice": {
"fix_include_paths": true,
"meta": {
"version": 0
},
"model_mode": 4,
"workbook_filename": ""
},
"page_layout_descr_file": "", "page_layout_descr_file": "",
"plot_directory": "", "plot_directory": "",
"space_save_all_events": true, "space_save_all_events": true,
@@ -624,7 +633,7 @@
}, },
"sheets": [ "sheets": [
[ [
"fdfcbaa1-c2a2-4946-ad32-d7d90081a30d", "87671ac2-bffd-47ec-b717-3f83ce2695d3",
"Root" "Root"
] ]
], ],

File diff suppressed because it is too large Load Diff