pygrenade_vx.network.Receptor

class pygrenade_vx.network.Receptor

Bases: pybind11_builtins.pybind11_object

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: _pygrenade_vx_network.Receptor) -> None

  2. __init__(self: _pygrenade_vx_network.Receptor, id: _pygrenade_vx_network.Receptor.ID, type: _pygrenade_vx_network.Receptor.Type) -> None

  3. __init__(self: _pygrenade_vx_network.Receptor, arg0: _pygrenade_vx_network.Receptor) -> None

Methods

__init__(*args, **kwargs)

Overloaded function.

Attributes

id

type

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_object

Members:

excitatory

inhibitory

excitatory = <Type.excitatory: 0>
inhibitory = <Type.inhibitory: 1>
property name
property value
property id
property type