Gets or sets how frequently the Data Processing Loop (DPL) reads values from the Primary Control Loop (PCL). A value of 1 specifies that the DPL reads values on every iteration of the PCL. You can specify a higher value to read values less frequently and speed execution of the system.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly:
NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Overridable Property DataProcessingLoopDecimation As Integer |
| C# |
|---|
public virtual int DataProcessingLoopDecimation { get; set; } |
| Visual C++ |
|---|
public:
virtual property int DataProcessingLoopDecimation {
int get ();
void set (int value);
} |
Property Value
The decimation applied to the Data Processing Loop.