GetSamplingRate¶
Get the sampling rate of the given data.
This will retrieve the sampling rate from the first qualifying stream, which is the first stream that has a non-empty time axis, and optionally whose name starts with the given prefix. If no stream is found, or if the sampling rate is irregular, None is returned. Version 1.0.0
Ports/Properties¶
data¶
Data to process
srate¶
Sampling rate
stream¶
Name of stream from which to extract the channel names or prefix thereof. If blank will extract from the first qualifying stream.
verbose¶
Generate verbose output.
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.