File size: 2,748 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
46
47
48
49
50
51
52
53
54
55
56
57
58
HHTest:
    format: ModECI MDF v0.3
    graphs:
        HHTest:
            notes: Example HH cell
            nodes:
                hhPop_0:
                    parameters: {}
                    input_ports: {}
                    output_ports: {}
                    notes: "Cell: [Cell(notes=None, id='hhcell', parameters={}, neuroml2_source_file='../hhcell.cell.nml',\
                        \ lems_source_file=None, neuroml2_cell=None, pynn_cell=None,\
                        \ arbor_cell=None, bindsnet_node=None)] is defined in None\
                        \ and in Lems is: Component, id: hhcell, type: None,\n   parameters:\
                        \ {}\n   parent: None\n"
                Input_stim_0:
                    parameters:
                        amplitude:
                            value: 5.000000000000001e-11
                        delay:
                            value: 0.005
                        duration:
                            value: 0.025
                        i:
                            conditions:
                                condition_0:
                                    test: t < delay
                                    value: '0'
                                condition_1:
                                    test: t >= delay and t < duration + delay
                                    value: weight * amplitude
                                condition_2:
                                    test: t >= duration + delay
                                    value: '0'
                        t:
                            default_initial_value: 0
                            time_derivative: '1'
                        weight:
                            value: 1
                    input_ports: {}
                    output_ports:
                        i:
                            value: i
                    notes: "Cell: [InputSource(notes=None, id='iclamp_0', parameters={'amplitude':\
                        \ 'stim_amp', 'delay': 'delay', 'duration': 'duration'}, neuroml2_source_file=None,\
                        \ neuroml2_input='pulseGenerator', lems_source_file=None,\
                        \ pynn_input=None)] is defined in None and in Lems is: Component,\
                        \ id: iclamp_0, type: pulseGenerator,\n   parameters: {'amplitude':\
                        \ '0.05nA', 'delay': '5ms', 'duration': '25ms'}\n   parent:\
                        \ None\n"
            edges:
                Edge Input_stim_0 to hhPop_0:
                    name: Edge Input_stim_0 to hhPop_0
                    sender_port: i
                    receiver_port: synapses_i
                    sender: Input_stim_0
                    receiver: hhPop_0