import de fichiers
This commit is contained in:
26
schemas_v1/pulse.ccs
Normal file
26
schemas_v1/pulse.ccs
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"blocs": {
|
||||
"pulse": {
|
||||
"type": "Pulse",
|
||||
"valeur": 24.0,
|
||||
"periode": 1.0,
|
||||
"x": 0,
|
||||
"y": 500
|
||||
},
|
||||
"p0-1": {
|
||||
"type": "P0",
|
||||
"valeur": 0.0,
|
||||
"x": 400,
|
||||
"y": 500
|
||||
},
|
||||
"l": {
|
||||
"type": "Lampe",
|
||||
"x": 250,
|
||||
"y": 500
|
||||
}
|
||||
},
|
||||
"cables": [
|
||||
["pulse", "d", "l", "g"],
|
||||
["l", "d", "p0-1", "g"]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user