Skip to content

Commit fb556cc

Browse files
committed
improve docs
1 parent 27e9963 commit fb556cc

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

spynnaker/pyNN/external_devices/__init__.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)