{ "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 } } } }