rs2.interpreter.queryResults.HistoryQueryResults module#

class rs2.interpreter.queryResults.HistoryQueryResults.HistoryQueryResult(x_location, y_location, horizontal_axis_result, vertical_axis_result)#

Bases: object

This class shows History Query Result.

Variables:
  • x_location (double) – X-Coordinate for history query point.

  • y_location (double) – Y-Coordinate for history query point.

  • horizontal_axis_result (double) – Horizontal Axis Result for history query point.

  • vertical_axis_result (double) – Vertical Axis Result for history query point.

Examples

Code Snippet: Manipulation of History Query and its results

GetXCoordinate()#

Returns the X-Coordinate of the point

GetYCoordinate()#

Returns the Y-Coordinate of the point

GetHorizontalAxisResult()#

Returns the horizontal axis result for the specific stage

GetVerticalAxisResult()#

Returns the vertical axis result for the specific stage