get_component

DbRecorderStream.get_component(start_time=None, end_time=None, **kwargs)

Get a component from the stream.

Parameters
  • name (str) – The name of the component.

  • serial (str) – The serial of the sensor containing the component.

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

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

Returns

:class:`SensorComponent`

Return type

The sensor component matching the search criteria.