7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-23 20:03:44 +00:00
kicad/demos/simulation/rectifier/rectifier.wbk
Carsten Presser 33ee9e99fe Improve rectifier demo
This demo project used old symbols that don't match the current style of
the library. Replace them with the correct ones.
But also move them to the project library again.
Add a workbook that has the simulation traces selected.
2025-03-30 06:53:21 -04:00

39 lines
766 B
Plaintext

{
"last_sch_text_sim_command": ".tran 1u 10m",
"tabs": [
{
"analysis": "TRAN",
"commands": [
".tran 1u 10m",
".kicad adjustpaths",
".save all",
".probe alli",
".probe allp"
],
"dottedSecondary": false,
"margins": {
"bottom": 45,
"left": 70,
"right": 70,
"top": 30
},
"measurements": [],
"showGrid": true,
"traces": [
{
"color": "rgb(55, 126, 184)",
"signal": "V(/rect_out)",
"trace_type": 257
},
{
"color": "rgb(228, 26, 28)",
"signal": "V(/signal_in)",
"trace_type": 257
}
]
}
],
"user_defined_signals": [],
"version": 6
}