RCV.SetPlotView()

Type: INSTANCE FUNCTION

Purpose: Set the number of graphs displayed in the real-time display.

Usage:

Rcv.SetPlotView(Format)

Format

  • INDEX
    • 0 = No graph displayed
    • 1 = Single graph displayed
    • 2 = Two graphs displayed

Or use the predefined constants:

    • VIEW_NONE
    • VIEW_SINGLE
    • VIEW_DOUBLE
Related Topics