PlotTemplate.PointsToUpdate Property

Top 

Description

Integer value defining 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

 

Syntax

myVariable1 = myPlotTemplate1.PointsToUpdate;

 

myPlotTemplate1.PointsToUpdate = myVariable1;

 

See also

PlotTemplate Object

PlotWindow Guide