Jump to content

Application class/Application.Target.Number of Packages property: Difference between revisions

From LabVIEW Wiki
Added new property page.
 
Added history
Line 26: Line 26:


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version
! Change(s)
! Change(s)
|-
|-
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]
|[[File:LV8-2013.png|frameless|border|64x64px|LabVIEW 2009|link=LabVIEW 2009]]
|More info to come.
|Property added in [[LabVIEW 2009]].
|}
|}
== See Also ==
== See Also ==
{{ambox|text=Add links to internal wiki pages that would also help.}}
{{ambox|text=Add links to internal wiki pages that would also help.}}

Revision as of 18:55, 1 April 2020

VI Server Property Information
Property ID D5
Scope Basic Development Environment
Data Name App.TargetNumPackages
Short Name* App.TargetNumPackages
Long Name* Application:Target:Number of Packages
* 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

I32

Property Node Application:Target:Number of Packages
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes
PermissionsRead Only
Remote access allowedYes

Returns the number of packages, or chips, the computer or target contains.

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

History

Version Change(s)
LabVIEW 2009 Property added in LabVIEW 2009.

See Also

External Links