owmeta.my_neuroml module¶
-
class
owmeta.my_neuroml.NeuroML(*args, **kwargs)[source]¶ Bases:
owmeta_core.data.DataUser-
classmethod
generate(o, t=2)[source]¶ Get a NeuroML object that represents the given object. The
typedetermines what content is included in the NeuroML object:Parameters: - o – The object to generate neuroml from
- t – The what kind of content should be included in the document - 0=full morphology+biophysics - 1=cell body only+biophysics - 2=full morphology only
Returns: A NeuroML object that represents the given object.
Return type:
-
classmethod