PlotWindow.PointsToUpdate Property

Top 

Description

Determines the number of points the system will collect before updating the plot. Larger values can improve overall runtime performance. When using the Throttle slider and it is not on full, this property is ignored and the plot will update with each step. The Throttle slider can be enabled in User Preferences.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Attributes

Type:

integer

Access:

read/write

Default Value:

25

Valid Range:

1 ≤ PlotWindow.PointsToUpdate ≤ 2000000

 

Syntax

myVariable1 = myPlotWindow1.PointsToUpdate;

 

myPlotWindow1.PointsToUpdate = myVariable1;

 

See also

PlotWindow Object

PlotWindow Guide