VeriStand .NET API Reference

Model.Processor Property

Gets or sets the processor on which the Model Execution Loop executes. -2 automatically assigns the processor to "any available".

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

Property Value

The processor on which the Model Execution Loop executes.

See Also

Log in to get a better experience