Target.PrimaryControlLoopProcessor Property
- 更新时间2023-02-21
- 阅读时长2分钟
Gets or sets the processor on which to execute the Primary Control Loop (PCL).
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Overridable Property PrimaryControlLoopProcessor As Integer |
| C# |
|---|
public virtual int PrimaryControlLoopProcessor { get; set; } |
| Visual C++ |
|---|
public: virtual property int PrimaryControlLoopProcessor { int get (); void set (int value); } |
Property Value
The processor on which the PCL executes. -2 specifies any available processor.
Remarks
If you specify an invalid processor, the PCL executes on the first available processor.