Application class/Application.Target.Number of Logical Processors property: Difference between revisions
Appearance
Added history |
m Category reorg |
||
| Line 42: | Line 42: | ||
{{ambox|text=Add links to external resources that would also help.}} | {{ambox|text=Add links to external resources that would also help.}} | ||
[[Category:VI Server Property]] | |||
Latest revision as of 13:14, 7 May 2020
| VI Server Property Information | |
|---|---|
| Property ID | CE |
| Scope | Basic Development Environment |
| Data Name | App.TargetNumProcs |
| Short Name* | App.TargetNumProcs |
| Long Name* | Application:Target:Number of Logical Processors |
| * Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE. | |
| Owning Class ID | 1 |
| Owning Class Name | Application Class |
| Data Type | I32 data type |
| Property Node | |
| Available in Real-Time Operating System | Yes |
| Available in Run-Time Engine | Yes |
| Permissions | Read Only |
| Remote access allowed | Yes |
Returns the number of processing units the computer or target contains.
This property returns the total number of logical processors, which might be different from the number currently available to LabVIEW. For example, the property includes disabled processors in the number of logical processors it returns.
Use this property to obtain information from a LabVIEW application running on a remote computer or target about the system on which the application runs. LabVIEW returns 1 if you use this property with a target for which the information is not available.
Uses
| |
Specific use cases for this property. |
History
| Version | Change(s) |
|---|---|
| Property added in LabVIEW 2009. |
See Also
| |
Add links to internal wiki pages that would also help. |
External Links
| |
Add links to external resources that would also help. |