In the next version, 0.6.6, all component classes in the #libNeuroML #Python API gain a quick method to list the parameters of their model objects. So, if you load a #NeuroML file/model, you can easily print the parameters of the different model entities. See the test in the pull request for a quick example:

https://github.com/NeuralEnsemble/libNeuroML/pull/208/files

#ComputationalNeuroscience #AcademicChatter #Neuroscience #FAIR

Feat: add method to list parameters of a component object by sanjayankur31 · Pull Request #208 · NeuralEnsemble/libNeuroML

Adds a get_parameters function to each nml component type class to get the parameters of the component. We don't use LEMS here, we simply look for any members that have a NeuroMLQuantity... typ...

GitHub