You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Ungapped (toroid, powder core)"gapping": []
// Single gap in center leg (E core)"gapping": [
{"type": "subtractive", "length": 0.001},
{"type": "residual", "length": 0.00001},
{"type": "residual", "length": 0.00001}
]
// Spacer gap"gapping": [{"type": "additive", "length": 0.002}]
Wire Types
Type
Format
Example
Round
Round <diameter_mm> - Grade <1-3>
"Round 1.0 - Grade 1"
Litz
Litz <strands>x<strand_dia_mm> - Grade <1-3>
"Litz 40x0.1 - Grade 1"
Rectangular
Rectangular <width>x<height> - Grade <1-3>
"Rectangular 2.0x0.5 - Grade 1"
Foil
Foil <thickness_mm>
"Foil 0.1"
Waveforms
Label
Use Case
Triangular
Inductor current, magnetizing current
Rectangular
Inductor voltage, transformer primary
Sinusoidal
LLC, resonant, AC applications
Flyback Primary
Flyback primary current
Flyback Secondary
Flyback secondary current
Processed Waveform
{
"processed": {
"label": "Triangular",
"peakToPeak": 2.0, // Peak-to-peak amplitude (A or V)"offset": 10.0, // DC offset (A or V)"dutyCycle": 0.5// 0.0 to 1.0
}
}