Returns the processor characteristics of the computer.


icon

Inputs/Outputs

  • ii32.png # of logical processors

    # of logical processors is the number of processing units.

    Note This function returns the total number of logical processors, which might be different from the number currently available to LabVIEW. For example, this function includes disabled processors in # of logical processors.
  • ii32.png # of packages

    # of packages is the number of packages, or chips. For example, a single hyperthreaded processor can have two or more logical processors, and a machine with two quad-core processors has eight logical processors.

  • ii32.png # of cores per package

    # of cores per package is the number of cores each package contains.

  • ii32.png # of logical processors per core

    # of logical processors per core is the number of processing units each core contains.

  • You can use the following properties to programmatically obtain processor characteristics from a LabVIEW application running on a remote computer or target about the system on which the application runs.

    National Instruments recommends that you use the CPU Information function rather than these properties to return information from the local computer.