mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2024-11-22 10:35:05 +00:00
d25ac664f8
Some simulation demos curtesy of Holger Vogt and a new board design curtesy of Pat Deegan
54 lines
1.1 KiB
Plaintext
54 lines
1.1 KiB
Plaintext
{
|
|
"last_sch_text_sim_command": ".tran 200n 120m\n.option chgtol=1e-11 reltol=0.01 method=gear",
|
|
"tabs": [
|
|
{
|
|
"analysis": "TRAN",
|
|
"commands": [
|
|
".tran 200n 120m\n.option chgtol=1e-11 reltol=0.01 method=gear",
|
|
".kicad adjustpaths",
|
|
".save all",
|
|
".probe alli",
|
|
".probe allp"
|
|
],
|
|
"dottedSecondary": false,
|
|
"margins": {
|
|
"bottom": 45,
|
|
"left": 70,
|
|
"right": 70,
|
|
"top": 30
|
|
},
|
|
"measurements": [
|
|
{
|
|
"expr": "AVG V(/out) from=100m to=120m",
|
|
"format": "2~V"
|
|
},
|
|
{
|
|
"expr": "AVG P(R1)",
|
|
"format": "2~W"
|
|
},
|
|
{
|
|
"expr": "AVG P(V1)",
|
|
"format": "2~W"
|
|
}
|
|
],
|
|
"showGrid": true,
|
|
"traces": [
|
|
{
|
|
"color": "rgb(231, 138, 195)",
|
|
"signal": "V(/out)",
|
|
"trace_type": 257
|
|
},
|
|
{
|
|
"color": "rgb(166, 216, 84)",
|
|
"signal": "abs(v1:power)",
|
|
"trace_type": 256
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"user_defined_signals": [
|
|
"abs(v1:power)"
|
|
],
|
|
"version": 6
|
|
}
|