hxtorch.spiking.execution_instance.BaseExecutionInstance
-
class
hxtorch.spiking.execution_instance.BaseExecutionInstance Bases:
abc.ABCExecutionInstance base class
-
__init__() → None Initialize self. See help(type(self)) for accurate signature.
Methods
__init__()Initialize self.
Return the instance’s
CADCRecordingobject, holding all neurons that are to be recorded in this instance.Handle the calibration of the instance
Generate a
ExecutionInstanceHooksobject for the given execution instance, injected ingrenade.run.Attributes
-
property
ID
-
abstract
cadc_recordings() → _pygrenade_vx_network.CADCRecording Return the instance’s
CADCRecordingobject, holding all neurons that are to be recorded in this instance.- Returns
The
grenade.network.CADCRecodingobject
-
abstract
calibrate() → None Handle the calibration of the instance
-
abstract
generate_playback_hooks() → _pygrenade_vx_signal_flow.ExecutionInstanceHooks Generate a
ExecutionInstanceHooksobject for the given execution instance, injected ingrenade.run.- Returns
The execution instance’s playback hook.
-