MarkerStreamWindow¶
Create a basic text window to display markers and times as they come in.
This is ideal for validating your live stream and checking that markers are being sent as expected. . Version 1.1.6
Ports/Properties¶
data¶
Data to display.
stream¶
Name of stream to display. If unspecified, the first marker stream will be used. Wildcards are supported, i.e., mystream* will select the first stream whose name starts with mystream.
stream_name¶
initial_dims¶
Initial position of the window on the monitor. This is given in pixels, and is formatted as [x, y, width, eight]. If x, y are set to 0 each, then the window will appear in the top left corner of the screen.
always_on_top¶
Window should be always on top. If this is enabled, then the window will not be occluded by other windows.
font_size¶
Font size of the event marker text.
override_srate¶
Optionally override sampling rate with this value.
verbose¶
Print messages to the log if no marker stream is found.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.