File size: 1,160 Bytes
0558c72 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | {
"HHTest": {
"version": "NeuroMLlite v0.5.8",
"notes": "Example HH cell",
"parameters": {
"N": 1,
"delay": "5ms",
"stim_amp": "0.05nA",
"duration": "25ms"
},
"cells": {
"hhcell": {
"parameters": {},
"neuroml2_source_file": "../hhcell.cell.nml"
}
},
"input_sources": {
"iclamp_0": {
"parameters": {
"amplitude": "stim_amp",
"delay": "delay",
"duration": "duration"
},
"neuroml2_input": "pulseGenerator"
}
},
"populations": {
"hhPop": {
"size": "1",
"component": "hhcell",
"properties": {
"color": ".7 0 0"
}
}
},
"inputs": {
"stim": {
"input_source": "iclamp_0",
"population": "hhPop",
"percentage": 100,
"weight": 1
}
}
}
} |