VeriStand .NET API Reference

Table of Contents

Target.DataProcessingLoopProcessor Property

Gets or sets the processor on which to execute the Data Processing Loop. -2 is any available processor. If you specify an invalid processor, the loop executes on the first available processor.

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 DataProcessingLoopProcessor As Integer
C#
public virtual int DataProcessingLoopProcessor { get; set; }
Visual C++
public:
virtual property int DataProcessingLoopProcessor {
	int get ();
	void set (int value);
}

Property Value

The processor on which the Data Processing Loop executes.

See Also

Log in to get a better experience