File tree Expand file tree Collapse file tree
spynnaker/pyNN/external_devices Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -228,9 +228,12 @@ def EthernetControlPopulation(
228228 :param database_notify_port_num:
229229 The optional port to which notifications from the database
230230 notification protocol are to be sent
231- :param n_synapse_cores: Typed semantic sugar for an additional_kwargs
231+ :param n_synapse_cores:
232+ Model.create_vertex parameter.
233+ Likely: The number of synapse cores; 0 to force combined cores,
234+ or None to allow the system to choose
232235 :param additional_kwargs:
233- Additional parameters to pass to the vertex creation function.
236+ Additional parameters to pass to the Model.create_vertex function.
234237 See the Model's create_vertex method for more details.
235238 These will be ignored if the Model does not accept this parameter.
236239 These will raise an Exception if a Vertex is passed in
You can’t perform that action at this time.
0 commit comments