7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2024-11-22 06:24:41 +00:00
kicad/demos/simulation/up-down-counter/up-down-c.wbk
Seth Hillbrand d25ac664f8 Adding additional demos
Some simulation demos curtesy of Holger Vogt and a new board design
curtesy of Pat Deegan
2024-01-15 16:52:33 -08:00

45 lines
888 B
Plaintext

{
"last_sch_text_sim_command": "",
"tabs": [
{
"analysis": "TRAN",
"commands": [
".tran 1u 2m",
".kicad adjustpaths",
".save all"
],
"dottedSecondary": true,
"margins": {
"bottom": 45,
"left": 70,
"right": 70,
"top": 30
},
"measurements": [],
"showGrid": true,
"traces": [
{
"color": "rgb(228, 26, 28)",
"signal": "V(/clk)",
"trace_type": 257
},
{
"color": "rgb(55, 126, 184)",
"signal": "V(/ud)+6",
"trace_type": 257
},
{
"color": "rgb(77, 175, 74)",
"signal": "V(/q1)+2*V(/q2)+4*V(/q3)+12",
"trace_type": 257
}
]
}
],
"user_defined_signals": [
"V(/ud)+6",
"V(/q1)+2*V(/q2)+4*V(/q3)+12"
],
"version": 6
}