LinkedVariable class¶
(Shortest import: from brian2.core.variables import LinkedVariable)
-
class
brian2.core.variables.LinkedVariable(group, name, variable, index=None)[source]¶ Bases:
objectA simple helper class to make linking variables explicit. Users should use
linked_var()instead.