pygrenade_vx.network.Receptor
-
class
pygrenade_vx.network.Receptor Bases:
pybind11_builtins.pybind11_object-
__init__(*args, **kwargs) Overloaded function.
__init__(self: _pygrenade_vx_network.Receptor) -> None
__init__(self: _pygrenade_vx_network.Receptor, id: _pygrenade_vx_network.Receptor.ID, type: _pygrenade_vx_network.Receptor.Type) -> None
__init__(self: _pygrenade_vx_network.Receptor, arg0: _pygrenade_vx_network.Receptor) -> None
Methods
__init__(*args, **kwargs)Overloaded function.
Attributes
-
class
ID Bases:
pybind11_builtins.pybind11_object-
is_interval= False
-
max= 18446744073709551615
-
min= 0
-
toEnum(self: _pygrenade_vx_network.Receptor.ID) → pyhalco_common.Enum
-
value(self: _pygrenade_vx_network.Receptor.ID) → int
-
-
class
Type Bases:
pybind11_builtins.pybind11_objectMembers:
excitatory
inhibitory
-
excitatory= <Type.excitatory: 0>
-
inhibitory= <Type.inhibitory: 1>
-
property
name
-
property
value
-
-
property
id
-
property
type
-