get_parameter

DbRecorderStream.get_parameter(start_time=None, end_time=None)

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.