class pygenn::model_preprocessor::ExtraGlobalVariable

Overview

Class holding information about GeNN extra global pointer variable. More…

class ExtraGlobalVariable: public object
{
public:
    // fields

     name;
     type;
     view;
     values;

    // methods

    def __init__();
    def set_values();
};

Detailed Documentation

Class holding information about GeNN extra global pointer variable.

Methods

def __init__()

Init Variable.

Parameters:

variable_name string name of the variable
variable_type string type of the variable
values iterable
def set_values()

Set Variable ‘s values.

Parameters:

values iterable, single value or VarInit instance