netpyne.conversion.neuromlFormat module
Module for importing and exporting NeuroML 2
- netpyne.conversion.neuromlFormat.H(x)[source]
Short description of netpyne.conversion.neuromlFormat.H
- Parameters:
x –
Short description of x
Default:
Required
Options:
- netpyne.conversion.neuromlFormat.exportNeuroML2(reference, connections=True, stimulations=True, format='xml', default_cell_radius=5)[source]
Exports the current NetPyNE network to NeuroML format
- Parameters:
reference (str) – Will be used for id of the network
connections (bool) – Should connections also be exported? Default:
True
stimulations (bool) – Should stimulations (current clamps etc) also be exported? Default:
True
format (str) – Which format, xml or hdf5 Default:
'xml'
Options:'xml'
Export as XML format'hdf5'
Export as binary HDF5 format
- default_cell_radiusint
For abstract cells, e.g. izhikevich, what value should be used in the optional radius property of a population, which can be used in 3D visualizations, etc. Default:
5