get_stream_info API Reference

physiolabxr.scripting.RenaScript.get_stream_info

RenaScript.get_stream_info(stream_name, info)

Get information of a specific stream.

Parameters:
stream_name : str

name of the stream

info : str

type of information to get. Can be one of the following:

  • NominalSamplingRate

  • ChannelNames

  • DataType

Returns:

the information requested

Return type:

any

See also

RNStream