EstimateUpdateRate¶
Estimate the update rate of NeuroPype.
Technically, the node simply estimates how many times per second NeuroPype updates this node. Typically this is the rate at which the entire pipeline updates, unless some special nodes were added to skip updating this node. Version 1.0.0
Ports/Properties¶
data¶
Data to process.
time_window¶
Estimation time window. In seconds.
ignore_empty_packets¶
Do not count empty packets. If this is enabled, the node essentially tracks the rate at which new non-empty data chunks are being received.
measure_type¶
Whether to estimate the tick rate (in Hz) or the tick interval (in ms).
estimator¶
Estimator to use for the measure.
display¶
Display result in console.
display_interval¶
Display no more than every this many seconds.
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.