I use Docker to create a nest environment. The version is v2.16.0
But when I execute the code as follows,vt_dummy =
nest.Create("global_volume_transmitter", 1, {'deliver_interval': 10}),
, I encounter an error, the error is
pynestkernel.NESTError: UnknownModelName in GetDefaults_l: /global_volume_transmitter is
not a known model name. Please check the modeldict for a list of available models .
but after I use the nest2.16 source code to install, the same code executes successfully.
I don't know why