EventDelayed

The processor will convert incoming events into a detection event and a stimulation event with optional delay.

This processor will convert each incoming event into two events; a detection event that is sent out immediately, and a stimulation event that is sent out with an optional delay. Incoming events are ignored if they arrive within a configurable lock-out time window after a previous event. Stimulation events are either sent out immediately (“on-time”), with a (random) delay or may be disabled.

Input port

port name

data type

slots

description

events

EventData

1

None

Output port

port name

data type

slots

description

events

EventData

1

None

Options

port name

data type

default

description

detection only mode

bool

False

Disabled the processing of incoming events.

delayed mode

bool

False

Enable the delay of the event for a time randomly chosen between the delay range

delay range

long int

[150, 250] ms

if delayed event is true, the delayed time will be pseudo-randomly chosen in this range.

message/delayed

string

d

Message to send on the stimulation port when the event has been delayed.

message/ontime

string

o

Message to send on the detection port when an event is received

message/detection

string

r

Message to send on the detection port when an event is received

event trigger lockout time/period

double

50 ms

Lock out time for sending new detection/stimulation after a stimulation.

event trigger lockout time/stimulation

bool

True

Start stopping for detecting pattern after a stimulation.

event trigger lockout time/detection

bool

False

Start stopping for detecting pattern after a detection.

analysis lockout time/period

double

50 ms

Lock out time for detecting pattern after a stimulation

analysis lockout time/start time

list(double)

[0]

when to start stopping detection after a stimulation.

enabled saving

bool

True

Enable saving of target events to disk.

prefix

string

stim_

add a prefix in the filename (prefix+eventname) where target event are saved