cocosim_python/schemas_v1/condensateur.ccs

104 lines
2.3 KiB
Plaintext

{
"blocs": {
"p24-1": {
"type": "P24",
"valeur": 24.0,
"x": 0,
"y": 500
},
"p0-1": {
"type": "P0",
"valeur": 0.0,
"x": 1200,
"y": 500
},
"p0-2": {
"type": "P0",
"valeur": 0.0,
"x": 1200,
"y": 300
},
"p0-3": {
"type": "P0",
"valeur": 0.0,
"x": 600,
"y": 300
},
"xx": {
"type": "Noeud",
"x": 300,
"y": 500
},
"yy": {
"type": "Coude",
"x": 300,
"y": 300
},
"k1": {
"type": "Condensateur",
"capacite": 0.4,
"coef_mul_tension": 24,
"x": 400,
"y": 500
},
"r2": {
"type": "Relais",
"x": 1000,
"y": 500
},
"c3": {
"type": "Bouton",
"x": 200,
"y": 500,
"orientation": 180
},
"r2.travail": {
"type": "ContactTravail",
"relais": "r2",
"x": 1000,
"y": 300
},
"w1": {
"type": "Lampe",
"x": 600,
"y": 500
},
"n1": {
"type": "Noeud",
"x": 800,
"y": 500
},
"coude1": {
"type": "Coude",
"x": 800,
"y": 300
},
"b2": {
"type": "Bouton",
"x": 400,
"y": 300
},
"w2": {
"type": "Resistance",
"valeur": 20,
"x": 500,
"y": 300
}
},
"cables": [
["p24-1", "d", "c3", "g"],
["c3", "d", "xx", "m"],
["xx", "m", "k1", "g"],
["k1", "d", "w1", "g"],
["w1", "d", "n1", "m"],
["n1", "m", "r2", "g"],
["r2", "d", "p0-1", "g"],
["n1", "m", "coude1", "m"],
["coude1", "m", "r2.travail", "g"],
["r2.travail", "d", "p0-2", "g"],
["xx", "m", "yy", "m"],
["yy", "m", "b2", "g"],
["b2", "d", "w2", "g"],
["w2", "d", "p0-3", "g"]
]
}