added preset saving and heat transfer
This commit is contained in:
35
presets/windings.json
Normal file
35
presets/windings.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"Design 1": {
|
||||
"windings": [
|
||||
{
|
||||
"name": "primary",
|
||||
"taps": [
|
||||
0,
|
||||
25,
|
||||
50
|
||||
],
|
||||
"awg": [
|
||||
22,
|
||||
22
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "secondary",
|
||||
"taps": [
|
||||
0,
|
||||
100,
|
||||
50,
|
||||
50,
|
||||
50
|
||||
],
|
||||
"awg": [
|
||||
22,
|
||||
22,
|
||||
22,
|
||||
22
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"_last": "Design 1"
|
||||
}
|
||||
Reference in New Issue
Block a user