Code description
Version 2.2 by galluzziandrea on 2021/12/09 12:35
Code Description
x = 1
if x == 1:
# indented four spaces
print("x is 1.")
if x == 1:
# indented four spaces
print("x is 1.")
x = 1
if x == 1:
# indented four spaces
print("x is 1.")
if x == 1:
# indented four spaces
print("x is 1.")
Results
- Introduction (path and modules):
- Check where I am and place myself in the right folder:
- Import the modules necessary for the simulation:
- Define necessary classes to import the Initialization Files:
- Import the initialization files:
- Defining general and nest.kernel parameters
- Building the network: neuronal populations , Poisson processes and spike detectors
- Connecting the network nodes: neuronal populations, Poisson processes and spike detectors
- Simulating: neuronal time evolution.
- Results: