PlotWindow.UseMonitorMode Property

Top 

Description

Determines if monitor mode is used. When in monitor mode, plots will begin erasing the oldest data points once the number of points reaches or exceeds MaxPoints, so that plots will only display the most recent data. This can be useful for viewing real-time data or data trends over a certain period of time.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

false

 

Syntax

myVariable1 = myPlotWindow1.UseMonitorMode;

 

myPlotWindow1.UseMonitorMode = myVariable1;

 

See also

PlotWindow Object

PlotWindow Guide