get_parameter

RecorderStream.get_parameter(start_time=None, end_time=None)[source]

Get parameter for a given timespan.

Parameters
  • start_time (UTCDateTime) – The start time of the timespan to search.

  • end_time (UTCDateTime) – The end time of the timespan to search.

Returns

:class:`RecorderStreamParameter`

Return type

The recorder stream parameter matching the search criteria.