GeNN  4.9.0
GPU enhanced Neuronal Networks (GeNN)
pygenn.model_preprocessor.ExtraGlobalParameter Class Reference

Class holding information about GeNN extra global paramete. More...

Inheritance diagram for pygenn.model_preprocessor.ExtraGlobalParameter:

Public Member Functions

def __init__ (self, variable_name, variable_type, group, values=None)
 Init Variable. More...
 
def set_values (self, values)
 Set Variable's values. More...
 

Public Attributes

 is_scalar
 
 type
 
 group
 
 name
 
 view
 
 values
 

Detailed Description

Class holding information about GeNN extra global paramete.

Constructor & Destructor Documentation

◆ __init__()

def pygenn.model_preprocessor.ExtraGlobalParameter.__init__ (   self,
  variable_name,
  variable_type,
  group,
  values = None 
)

Init Variable.

Parameters
variable_namestring name of the variable
variable_typestring type of the variable
grouppygenn.genn_groups.Group this variable is associated with
valuesiterable

Member Function Documentation

◆ set_values()

def pygenn.model_preprocessor.ExtraGlobalParameter.set_values (   self,
  values 
)

Set Variable's values.

Parameters
valuesiterable or single value

Member Data Documentation

◆ group

pygenn.model_preprocessor.ExtraGlobalParameter.group

◆ is_scalar

pygenn.model_preprocessor.ExtraGlobalParameter.is_scalar

◆ name

pygenn.model_preprocessor.ExtraGlobalParameter.name

◆ type

pygenn.model_preprocessor.ExtraGlobalParameter.type

◆ values

pygenn.model_preprocessor.ExtraGlobalParameter.values

◆ view

pygenn.model_preprocessor.ExtraGlobalParameter.view

The documentation for this class was generated from the following file: