Application Properties Table
Property ID
|
Long Name (English)
|
Description
|
R/W
|
RTE
|
0
|
Application:Name
|
Filename of the application.
|
Read Only
|
Yes (Read Only)
|
1
|
Application:User Name
|
User name used to open the application.
|
Read/Write
|
Yes (Read Only)
|
2
|
Application:Version Number
|
Version number of the application. In a stand-alone application or shared library, this property returns the version of the LabVIEW Run-Time Engine.
|
Read Only
|
Yes (Read Only)
|
3
|
Application:Kind
|
Indicates the LabVIEW instance the VI is running in, including invalid application types.
|
Read Only
|
Yes (Read Only)
|
4
|
Application:Target:Operating System
|
Indicates the operating system for which the application was built. Mac OS refers to Mac OS versions 9 and 8. Carbon refers to Mac OS X (32-bit).
|
Read Only
|
Yes (Read Only)
|
5
|
Application:Target:CPU
|
Indicates the target CPU of an application.
|
Read Only
|
Yes (Read Only)
|
6
|
Operating System:Name
|
Name of the operating system where the application is actually running.
|
Read Only
|
Yes (Read Only)
|
7
|
Operating System:Version Number
|
Version number of the actual operating system.
|
Read Only
|
Yes (Read Only)
|
8
|
Application:Exported VIs In Memory
|
Returns a list of exported VIs in memory.
|
Read Only
|
Yes (Read Only)
|
9
|
Printing:File Wrap Text Length
|
Maximum number of characters on a single line in a file. Affects the Print:VI To HTML, Print:VI To RTF, and Print:VI To Text methods. Set this property to 0 to print all the characters on one line so the text does not wrap.
|
Read/Write
|
No
|
A
|
Printing:PNG Compression Level
|
Number between 0 and 9 that specifies the level of compression you want for the PNG file for graphics in VIs printed either interactively or with the Print:VI To HTML method. The quality of the graphic is not affected by the compression, but the graphic file size and speed of compression are affected by this value. Valid values range from 0 to 9 and balance file compression with speed. 0 designates no compression. 1 designates less compression, but faster speed. 9 designates high compression, but slower speed. If you enter -1, LabVIEW selects the best combination of speed and compression.
|
Read/Write
|
No
|
B
|
Printing:JPEG Quality
|
Percentage value from 0 to 100 specifying the level of quality you want for the JPEG graphic in VIs printed either interactively or with the Print:VI To HTML method. The scale balances image quality and file size. A value in the 75 to 95 range produces a compressed file with a high-quality image, and a value below 50 produces a smaller file size with a low-quality image. The default is 80.
|
Read/Write
|
No
|
C
|
Printing:Custom Connector?
|
Specifies whether to print the connector pane and icon of VIs when using the custom format with one of the print documentation VI methods.
|
Read/Write
|
No
|
D
|
Printing:Custom Description?
|
Specifies whether to print VI descriptions when using the custom format with one of the print documentation VI methods.
|
Read/Write
|
No
|
E
|
Printing:Custom Panel?
|
Specifies whether to print the front panel when using the custom format with one of the print documentation VI methods.
|
Read/Write
|
No
|
F
|
Printing:Custom Panel Border?
|
Specifies whether to print the front panel with a border when using the custom format with one of the print documentation VI methods.
|
Read/Write
|
No
|
10
|
Printing:Custom Controls?
|
Specifies whether to print front panel control information when using the custom format with one of the print documentation VI methods.
|
Read/Write
|
No
|
11
|
Printing:Custom Control Descriptions?
|
Specifies whether to print descriptions of front panel controls when using the custom format with one of the print documentation VI methods.
|
Read/Write
|
No
|
12
|
Printing:Custom Control Types?
|
Specifies whether to print data type information for front panel controls when using the custom format with one of the print documentation VI methods.
|
Read/Write
|
No
|
13
|
Printing:Custom Diagram?
|
Specifies whether to print block diagrams when using the custom format with one of the print documentation VI methods.
|
Read/Write
|
No
|
14
|
Printing:Custom Diagram Hidden?
|
Specifies whether to print the hidden frames in Case and Stacked Sequence structures that might be present on the block diagram when using the custom format with one of the print documentation VI methods.
|
Read/Write
|
No
|
15
|
Printing:Custom Diagram Repeat?
|
Specifies whether to print visible subdiagrams of each Case, Event, and Stacked Sequence structure in sequence with the non-visible subdiagrams when using the custom format with one of the print documentation VI methods. If you print the visible subdiagrams in sequence, those subdiagrams print twice.
|
Read/Write
|
No
|
16
|
Printing:Custom List of SubVIs?
|
Specifies whether to print a list of the subVIs and Express VIs including the icon, name, and path when using the custom format with one of the print documentation VI methods. If a polymorphic VI is a subVI, LabVIEW prints the instance used in the top-level VI including the icon, name, and path. If the top-level VI is polymorphic, LabVIEW prints a list of all the instances of the polymorphic VI including the icon, name, and path of each instance.
|
Read/Write
|
No
|
17
|
Printing:Custom Hierarchy?
|
Specifies whether to print the hierarchy of the VI in memory when using the custom format with one of the print documentation VI methods.
|
Read/Write
|
No
|
18
|
Printing:Custom History?
|
Specifies whether to print the VI revision history information when using the custom format with one of the print documentation VI methods.
|
Read/Write
|
No
|
19
|
Application:Directory Path
|
Absolute path to the directory where the application is located.
|
Read Only
|
Yes (Read Only)
|
1A
|
Server:VI Access List
|
List that describes which VIs on the VI server are accessible by remote clients.
|
Read/Write
|
Yes
|
1B
|
Server:TCP/IP Access List
|
List that describes which TCP/IP addresses of remote clients may access the VI server.
|
Read/Write
|
Yes
|
1C
|
Application:All VIs In Memory
|
Returns a list of VIs in memory for the specified Application instance. This property returns an error if you wire a remote application reference to the reference input. For a remote application, use the Exported VIs in Memory property to return a list of exported VIs.
|
Read Only
|
Yes (Read Only)
|
1D
|
Application:Menu Launch:VI
|
Returns the name of the VI that launched the calling VI from a menu selection.
|
Read Only
|
Yes (Read Only)
|
1E
|
Application:All System VIs in Memory
|
Returns all System VIs in the specified application instance.
|
Read Only
|
Yes
|
1F
|
Application:Menu Set
|
This property returns the palette set name currently in use. Palette set is a concept from pre-LabVIEW 8 where users could have more than one set of palettes. Since LabVIEW 8, LabVIEW ships with only one palette set and doesn't allow users to create more palette sets. There is no concepts of palette set anymore.
|
Read/Write
|
No
|
20
|
Server:TCP Listener Active
|
Specifies whether the TCP interface to the VI Server is currently accepting connections.
|
Read/Write
|
Yes
|
21
|
Display:Primary Workspace
|
Gives the bounding rectangle of the computer's primary monitor.
|
Read Only
|
Yes (Read Only)
|
22
|
Display:All Monitors
|
Returns information about all the monitors on the computer, including their bit depths and bounding rectangles.
|
Read Only
|
Yes (Read Only)
|
24
|
Server:VI Calls Allowed
|
Not implemented.
|
Read/Write
|
No
|
25
|
Server:VI Operations Allowed
|
Not implemented.
|
Read/Write
|
No
|
26
|
Server:Application Operations Allowed
|
Not implemented.
|
Read/Write
|
No
|
27
|
Server:Logging Enabled
|
Specifies whether the TCP interface to the VI Server is logging operations to a file.
|
Read/Write
|
Yes
|
28
|
Server:Logging File Path
|
Path of the log file created during TCP/IP communication.
|
Read/Write
|
Yes
|
29
|
Printing:Custom All Controls?
|
Specifies whether to print all controls or only the controls wired to the connector pane when using the custom format with one of the print documentation VI methods.
|
Read/Write
|
No
|
2A
|
Application:Controls Palette Open
|
This application property indicates if the Controls Palette is visible when read; and shows/hides the controls palette when written.
|
Read/Write
|
No
|
2B
|
Application:Functions Palette Open
|
This application property indicates if the Functions Palette is visible when read; and shows/hides the Functions Palette when written.
|
Read/Write
|
No
|
2C
|
Application:Tools Palette Open
|
This application property indicates if the Tools Palette is visible when read, and shows/hides the Tools Palette when written.
|
Read/Write
|
No
|
2D
|
Application:Default:File Dialog Path
|
|
Read/Write
|
Yes
|
2E
|
Web Server:Server Active
|
Determines whether the built-in Web Server is enabled. This property immediately changes the status of the Web Server without requiring you to restart LabVIEW. Changes using this property are not saved across sessions of LabVIEW and are not reflected on the Web Server page of the Options dialog box.
|
Read/Write
|
Yes
|
2F
|
Web Server:Root Directory Path
|
Specifies the root directory from which the built-in Web Server loads files for document requests.
|
Read/Write
|
Yes
|
30
|
Web Server:HTTP Port
|
The port to which the built-in Web Server listens for HTTP requests.
|
Read/Write
|
Yes
|
31
|
Web Server:Read Timeout
|
Determines how long the built-in Web Server waits for read operations to complete when the Web Server reads HTTP requests from HTTP clients.
|
Read/Write
|
Yes
|
32
|
Web Server:Logging Enabled
|
Determines whether the built-in Web Server logs to a file information about HTTP requests.
|
Read/Write
|
Yes
|
33
|
Web Server:Logging File Path
|
Determines where the built-in Web Server places the log file.
|
Read/Write
|
Yes
|
34
|
Web Server:TCP/IP Access List
|
Sets or gets the TCP/IP addresses that have access to the Web Server. This property also sets or gets whether each address has access to view a VI remotely, view and control a VI remotely, or does not have access to the Web Server.
|
Read/Write
|
Yes
|
35
|
Web Server:VI Access List
|
Sets or gets the VIs that are visible through the Web Server. This property also sets or gets whether LabVIEW allows access to each VI.
|
Read/Write
|
Yes
|
36
|
Application:Parent Window For Dialogs
|
Specifies a parent window (HWND) to which LabVIEW dialogs are modal to.
|
Read/Write
|
Yes
|
37
|
Application:Version As Integer
|
This property returns LabVIEW's version in internal format.
|
Read Only
|
Yes
|
38
|
Application:Embedded Root Path
|
This is the root path exported by an embedded system.
|
Read Only
|
Yes
|
39
|
Application:Preferences File Path
|
|
Read Only
|
Yes
|
3A
|
Application:Host Preferences Section
|
|
Read Only
|
Yes
|
3B
|
Application:Registered Owner
|
|
Read Only
|
Yes
|
3C
|
Application:Registered Organization
|
|
Read Only
|
Yes
|
3D
|
Application:Serial Number
|
|
Read Only
|
Yes
|
3E
|
Application:Downloaded VIs
|
Reports those VIs that have been downloaded to RT system.
|
Read Only
|
No
|
3F
|
Application:Show FP Tip Strips
|
Writing the property: Setting this property to TRUE enables the display of tip strips on front panel controls. Setting the property to FALSE prevents them from being displayed. Reading the property: Specifies whether tip strips display when idling over controls on the front panel.
|
Read/Write
|
Yes
|
41
|
Remote Panel:Connections To Clients
|
Returns an array of clusters containing connection information about the clients currently connected to the computer.
|
Read Only
|
Yes (Read Only)
|
42
|
Remote Panel:Connections To Servers
|
Returns an array of clusters containing connection information about the servers to which the computer is currently connected.
|
Read Only
|
Yes (Read Only)
|
43
|
Remote Panel:NetLoad Monitor Enabled
|
Specifies whether or not to turn on or off the network traffic monitor.
|
Read/Write
|
Yes
|
44
|
Application:Target:IP Address
|
Returns the IP address of the execution target of a LabVIEW Real-time development system.
|
Read Only
|
Yes
|
45
|
Application:Remote Web Server Active
|
|
Read Only
|
Yes
|
46
|
Application:Active:VI
|
Returns the name of the active VI in the application.
|
Read Only
|
Yes
|
47
|
Application:Selection List Changed
|
|
Read Only
|
Yes
|
48
|
Printing:Color/Grayscale?
|
If TRUE, LabVIEW sends color/grayscale output to the printer. If FALSE, LabVIEW sends monochrome output to the printer.
|
Read/Write
|
Yes
|
49
|
Printing:Default Printer
|
Gets or sets the name of the default printer in LabVIEW.
|
Read/Write
|
Yes
|
4A
|
Printing:Method
|
Gets or sets how LabVIEW prints.
|
Read/Write
|
Yes
|
4B
|
Printing:Available Printers
|
Returns an alphabetized array of printer names available on the computer.
|
Read Only
|
Yes
|
4D
|
Application:Unattended Mode
|
|
Read/Write
|
Yes
|
4E
|
Application:Default:Error Handler VI
|
|
Read/Write
|
Yes
|
4F
|
Application:Command Line Arguments
|
Returns an array of user-defined command-line arguments passed when LabVIEW launched.
|
Read Only
|
Yes (Read Only)
|
51
|
Application:Use App Template Browser
|
|
Read/Write
|
Yes
|
52
|
Application:Assistants Use Strict Types Default
|
|
Read/Write
|
Yes
|
53
|
Application:Auto-Route Wires
|
Returns whether LabVIEW automatically finds a route for a wire.
|
Read/Write
|
No
|
54
|
Application:Target:Info
|
|
Read Only
|
Yes
|
55
|
Application:Target:Kind
|
|
Read Only
|
Yes
|
56
|
Application:Defer Drawing
|
|
Read/Write
|
Yes
|
57
|
Application:Default:Data Directory
|
Path to the default data directory.
|
Read Only
|
Yes (Read Only)
|
58
|
Application:Search Paths
|
|
Read/Write
|
Yes
|
59
|
Application:Real-Time Support
|
|
Read Only
|
Yes
|
5A
|
Application:User Interface Available
|
If you are not targeted to a real-time (RT) platform, this property is always TRUE. If you are targeted to an RT-platform and the host is connected, this property is TRUE. When this property is FALSE, the host is not connected, requiring that the Real-Time Module application must be able to handle all operations independent of the host. Use this property to determine when it is safe to display a dialog box that requires user interaction.
|
Read Only
|
Yes
|
5B
|
Application:Delete FP Terminal from Diagram
|
Returns whether LabVIEW deletes terminals corresponding to front panel objects from diagram operations.
|
Read/Write
|
No
|
5C
|
Printing:Custom Express VI Configuration?
|
Specifies whether to print the configuration information for any Express VIs on the block diagram when using the custom format with one of the print documentation VI methods.
|
Read/Write
|
No
|
5D
|
Server:Port
|
Gets or sets the LabVIEW VI server port. LabVIEW returns an error if you attempt to access this property on a remote application.
|
Read/Write
|
Yes
|
5E
|
Remote Panel:Is Supported
|
|
Read Only
|
Yes
|
5F
|
Application:Installed Package
|
|
Read Only
|
Yes
|
60
|
Application:Inside Build App
|
|
Read/Write
|
Yes
|
62
|
Application:Internet Toolkit Installed
|
|
Read/Write
|
Yes
|
63
|
Application:Language
|
Indicates the language of the LabVIEW environment or stand-alone application as a string according to ISO 639. Values include en , de , fr , ja , ko , and zh-cn .
|
Read Only
|
Yes (Read Only)
|
64
|
Application:Window For Panel Origin
|
|
Read/Write
|
Yes
|
65
|
Module Handle
|
|
Read Only
|
Yes
|
66
|
Application:Pump OS Messages
|
|
Read/Write
|
Yes
|
67
|
Application:Full Feature
|
|
Read Only
|
Yes
|
68
|
Application:All Contexts
|
|
Read Only
|
Yes
|
69
|
Project:Projects[]
|
Returns an array of references to each LabVIEW Project in memory. You can use these references with the Project Properties.
|
Read Only
|
Yes
|
6A
|
Application:DWarn Dialog
|
|
Read/Write
|
Yes
|
6B
|
Options:Use Abridged Menus
|
|
Read/Write
|
No
|
6E
|
Source Control:Configuration Data
|
|
Read/Write
|
Yes
|
6F
|
Source Control:Provider Name
|
|
Read/Write
|
Yes
|
70
|
Source Control:Provider Location
|
|
Read/Write
|
Yes
|
71
|
Source Control:Display Only Selected Files
|
|
Read/Write
|
Yes
|
72
|
Source Control:Select Hierarchy When Adding Files
|
|
Read/Write
|
Yes
|
73
|
Source Control:Select Callers When Checking Files Out
|
|
Read/Write
|
Yes
|
74
|
Source Control:Display Warning If File Is Checked Out
|
|
Read/Write
|
Yes
|
75
|
Source Control:Use Dialog Box For File Checkout
|
|
Read/Write
|
Yes
|
76
|
Source Control:Prompt to Check Out
|
|
Read/Write
|
Yes
|
77
|
Source Control:Prompt to Add to SCC When Adding to Project
|
|
Read/Write
|
Yes
|
78
|
Source Control:Prompt to Add SubVIs
|
|
Read/Write
|
Yes
|
7A
|
Application:Context Name
|
|
Read Only
|
Yes
|
7C
|
NI Security:User
|
Indicates the name of the user who is currently logged in, using the format of <Domain Name> \<User Name> .
|
Read Only
|
Yes
|
7D
|
Application:Is Editor In MDI Mode
|
|
Read Only
|
Yes
|
7E
|
Project:Owning Project
|
Returns a reference to the project that owns the referenced application.
|
Read Only
|
No
|
7F
|
Application:Menu Launch:App
|
Returns a reference to the application instance that launched the calling VI from a menu selection.
|
Read Only
|
Yes (Read Only)
|
80
|
Application:Active:Application
|
Gets an application reference to the active VIs owning application.
|
Read Only
|
Yes (Read Only)
|
81
|
Project:Default Project
|
|
Read Only
|
No
|
82
|
Project:Has Any Project Been Created
|
|
Read Only
|
Yes
|
83
|
Application:LVTarget
|
|
Read Only
|
No
|
84
|
Application:Private?
|
|
Read Only
|
Yes
|
85
|
Project:Show Path in Project Window
|
|
Read/Write
|
Yes
|
86
|
Project:Target Item
|
Returns the associated target item of the application reference you specify.
|
Read Only
|
Yes
|
87
|
Project:Get Last Max Load Time
|
|
Read Only
|
Yes
|
88
|
Project:Libraries[]
|
|
Read Only
|
No
|
89
|
Application:Save Format
|
|
Read/Write
|
Yes
|
8B
|
Application:Target:Class Name
|
|
Read Only
|
Yes
|
8C
|
Options:Editor Menu Bar
|
|
Read Only
|
No
|
8D
|
Application:Debug Name
|
Returns the name used for opening a debugging connection to this application or shared library. This method is only useful in built applications or shared libraries.
|
Read Only
|
Yes
|
8E
|
Application:Cross Context Settings
|
|
Read Only
|
No
|
8F
|
Application:Default:Context Name
|
|
Read Only
|
Yes
|
90
|
Application:Default:Application
|
Returns the default application reference.
|
Read Only
|
Yes
|
91
|
Application:All Libraries in All Application Instances
|
|
Read Only
|
Yes
|
92
|
Project:Active Project
|
Returns a reference to the LabVIEW Project that is active when this property executes. A project is active if the user has the associated project in Project Explorer in focus or any member of the project in focus, including VIs, Controls, and LabVIEW Project Libraries.
|
Read Only
|
No
|
93
|
Printing:Custom Control Label/Caption?
|
Specifies whether to print the label and/or caption for each control when using the custom format with one of the print documentation VI methods.
|
Read/Write
|
No
|
94
|
Server:Service Name
|
Gets or sets the service name for the LabVIEW VI Server.
|
Read/Write
|
Yes
|
96
|
Application:Z Compress Level
|
|
Read/Write
|
Yes
|
97
|
Application:On Line
|
|
Read/Write
|
Yes
|
98
|
Debug Server:Server Active
|
Determines whether the Debug Server is enabled. You can use this property only in LabVIEW-built applications or shared libraries.
|
Read/Write
|
Yes
|
99
|
Debug Server:TCP/IP Access List
|
List that describes which TCP/IP addresses of remote clients can access the Debug Server. You can use this property only in LabVIEW-built applications or shared libraries.
|
Read/Write
|
Yes
|
9B
|
Source Control:Include VILib In Get Dependents
|
|
Read/Write
|
Yes
|
9C
|
Source Control:Include InstrLib In Get Dependents
|
|
Read/Write
|
Yes
|
9D
|
Save for Previous:Original App
|
|
Read Only
|
Yes
|
9E
|
Application:VI Of Top Most Block Diagram
|
Returns a reference to the block diagram highest in the Z order, which is most likely the last block diagram accessed.
|
Read Only
|
Yes
|
9F
|
Run Reserve XInterface Components
|
|
Read/Write
|
Yes
|
A0
|
NI Security:Nobody Logged In?
|
Determines if anyone is logged in.
|
Read Only
|
Yes
|
A1
|
NI Security:Unique User
|
|
Read Only
|
Yes
|
A2
|
Delay File Notifications
|
|
Read/Write
|
Yes
|
A3
|
MathScript:Path
|
|
Read Only
|
Yes
|
A4
|
Application:Multi Pwd Op Cancelled?
|
|
Read Only
|
No
|
A5
|
MathScript:All M Files In Context
|
|
Read Only
|
No
|
A6
|
Application:Is Migration Enabled
|
|
Read/Write
|
No
|
A7
|
Crosslink:Force Enable Dialogs
|
|
Read/Write
|
Yes
|
A8
|
Crosslink:Suppress Dialogs
|
|
Read/Write
|
Yes
|
A9
|
Suppress Auto Update Dependencies
|
|
Read/Write
|
Yes
|
AA
|
Application:Let Private Context Run With XNode
|
|
Read/Write
|
Yes
|
AD
|
Application:Clipboard VI
|
|
Read/Write
|
Yes
|
AE
|
Tool Number
|
|
Read/Write
|
Yes
|
AF
|
Application:Compiler:DFIR Compiler
|
|
Read/Write
|
Yes
|
B0
|
Supress Update Name Preflight
|
|
Read/Write
|
Yes
|
B1
|
Palettes:Functions Names
|
Returns the names of all the items in the Functions palettes for a given application reference.
|
Read Only
|
No
|
B2
|
Palettes:Controls Names
|
Returns the names of all the items in the Controls palettes for a given application reference.
|
Read Only
|
No
|
B3
|
Statechart:Show Custom Icon
|
|
Read Only
|
Yes
|
B4
|
Statechart:Show Configuration
|
|
Read Only
|
Yes
|
B5
|
Web Server:Config File Path
|
The path of the LabVIEW Web Server configuration file.
|
Read Only
|
Yes
|
B6
|
Web Server:Default Config File Path
|
The path of the Web Server configuration file that contains the LabVIEW default configuration.
|
Read Only
|
Yes
|
B7
|
Statechart:CodeGenCaseStruct
|
|
Read/Write
|
Yes
|
B8
|
Statechart:Show Path for IsIn
|
|
Read Only
|
Yes
|
B9
|
Application:Saveable Versions
|
An array of the LabVIEW versions to which this version of LabVIEW can save. The array is in reverse chronological order, with the zeroth element being the current version of LabVIEW. Each element of the array is a valid version to pass to VI server functions which save to previous versions.
|
Read Only
|
No
|
BA
|
Application:DSC Support
|
|
Read Only
|
Yes
|
BB
|
Load and Save Warnings:Auto Test Mode
|
|
Read/Write
|
No
|
BC
|
Load and Save Warnings:History
|
|
Read Only
|
No
|
BD
|
Statechart:InlineTopLevelGraph
|
|
Read/Write
|
Yes
|
BE
|
Application:Property and Method Data Types
|
|
Read Only
|
No
|
BF
|
Operating System:Build Number
|
Build number of the actual operating system. This string returns an alphanumeric value of the build number that you can use to compare the build version of operating systems. This property is read only.
|
Read Only
|
Yes
|
C1
|
Application:Compiler:Sanity
|
|
Read/Write
|
Yes
|
C2
|
Application:Compiler:DOT
|
|
Read/Write
|
Yes
|
C6
|
Operating System:Detailed Name
|
Detailed name of the operating system where the application is actually running. This string value returns the operating system and its version. This property is similar to a combination of Operating System:Name property and Operating System:Version Number property, which return the platform name and a numeric version number respectively. This property is read only.
|
Read Only
|
Yes
|
CA
|
Application:Compiler:LLVM Compiler
|
|
Read/Write
|
Yes
|
CD
|
Application:All Libraries in Application Instance
|
Lists all Libraries currently in memory in this application instance.
|
Read Only
|
Yes
|
CE
|
Application:Target:Number of Logical Processors
|
Returns the number of processing units the computer or target contains.
|
Read Only
|
Yes
|
D0
|
Application:Target:Number of Cores per Package
|
Returns the number of cores per package the computer or target contains.
|
Read Only
|
Yes
|
D1
|
Application:Target:Number of Logical Processors per Core
|
Returns the number of logical processors per core the computer or target contains.
|
Read Only
|
Yes
|
D2
|
Application:Target:Current Processor ID
|
|
Read Only
|
Yes
|
D3
|
Application:Target:Data Cache Entry Sizes
|
Returns an array of the entry sizes, in bytes, for all cache levels the computer or target contains.
|
Read Only
|
Yes
|
D4
|
Application:Target:Data Cache Sizes
|
Returns an array of the cache sizes, in bytes, for each cache level the computer or target contains.
|
Read Only
|
Yes
|
D5
|
Application:Target:Number of Packages
|
Returns the number of packages, or chips, the computer or target contains.
|
Read Only
|
Yes
|
D7
|
Application:Version Year
|
Version year of the application. In a stand-alone application or shared library, this property returns the version year of the LabVIEW Run-Time Engine.
|
Read Only
|
Yes (Read Only)
|
D9
|
Application:Compiler:BriefDOT
|
|
Read/Write
|
Yes
|
DA
|
Application:Is Build App Instance
|
|
Read/Write
|
No
|
DB
|
Application:TestStandOptions
|
|
Read/Write
|
Yes
|
DC
|
Application:Legacy Build App File Layout
|
|
Read Only
|
Yes
|
DD
|
Application:Available Environment Modes
|
|
Read Only
|
No
|
DE
|
Application:Save Version
|
Returns the version number of the LabVIEW file format to which LabVIEW documents are saved. This version number might be different from the version number of the application. For example, LabVIEW with the version number 9.0.1 saves LabVIEW documents with a file format version number of 9.0.
|
Read Only
|
Yes (Read Only)
|
DF
|
Application:Save Version As Integer
|
|
Read Only
|
Yes
|
E0
|
Get NXT Context
|
|
Read Only
|
No
|
E1
|
Application:Hide Load Warning
|
|
Read/Write
|
Yes
|
E2
|
Application:Disable Path Case
|
|
Read/Write
|
Yes
|
E3
|
Application:Lock Instantiations for AppBuilder
|
|
Read/Write
|
No
|
E4
|
Application:Clipboard Mode
|
|
Read/Write
|
Yes
|
E6
|
Application:Compiler:SSE Runtime Optimization
|
|
Read/Write
|
Yes
|
E7
|
Printing:Custom Cluster Constants?
|
Specifies whether to print the hidden contents of iconified cluster constants that might be present on the block diagram when using the custom format with one of the print documentation VI methods.
|
Read/Write
|
No
|
E8
|
MathScript:Compiler Signature
|
|
Read Only
|
No
|
E9
|
VIObjCache:Path
|
|
Read Only
|
Yes
|
EA
|
Application:Compiler:SSE1 Code Generation
|
|
Read/Write
|
Yes
|
EB
|
Application:Compiler:SSE2 Code Generation
|
|
Read/Write
|
Yes
|
EC
|
Application:UD Refnum Files
|
|
Read Only
|
No
|
ED
|
Application:Rename Variables for AppBuilder
|
|
Read/Write
|
No
|
EE
|
Statechart:Is Installed
|
|
Read Only
|
Yes
|
EF
|
Application:Current Environment Mode
|
Returns the current environment mode of LabVIEW, such as robotics . If you call this property from a VI in the LabVIEW development system environment, this property returns an empty string.
|
Read/Write
|
Yes
|
F0
|
MathScript:HighlightingColors
|
|
Read Only
|
No
|
F1
|
MathScript:ColorsInSync
|
|
Read/Write
|
No
|
F2
|
MathScript:CompilerInMemory
|
|
Read Only
|
No
|
F3
|
VIObjCache:Available in RTE
|
|
Read/Write
|
Yes
|
F4
|
Application:Mass Compile Warn On Read Only VIs
|
|
Read/Write
|
No
|
F5
|
Application:InstCachePath
|
|
Read Only
|
Yes
|
F6
|
Application:Is Compile Suppressed
|
|
Read/Write
|
No
|
F7
|
VIObjCache:DistPath
|
|
Read Only
|
No
|
F8
|
VIObjCache:UserPath
|
|
Read Only
|
No
|
F9
|
Application:Library Finish Partial Load Enabled
|
|
Read/Write
|
Yes
|
FA
|
AppBuilderCache:Path
|
|
Read Only
|
No
|
FB
|
Separate Compiled Code For New Files
|
|
Read Only
|
No
|
FC
|
Application:Compiler Threshold
|
Gets or sets how complex a VI must be before the compiler limits optimizations to improve editor responsiveness. If the complexity of a VI is lower than the threshold indicated by this value, the compiler does not limit optimizations, thereby improving the execution speed of the VI. If the complexity of a VI is higher than the threshold, the compiler limits optimizations in order to improve editor responsiveness for the VI.
|
Read/Write
|
No
|
FD
|
Application:Locked Down For Build
|
|
Read/Write
|
Yes
|
FE
|
Application:Cross Compile Count
|
|
Read Only
|
No
|
FF
|
Application:GdiCount
|
|
Read Only
|
No
|
100
|
Application:Compiler:FP Register Candidate
|
|
Read/Write
|
Yes
|
101
|
Application:Compiler:AutoInlining
|
|
Read/Write
|
Yes
|
102
|
Application:ShowAutoErrDialog
|
|
Read/Write
|
Yes
|
103
|
Application:Selective Deallocation
|
|
Read/Write
|
Yes
|
104
|
Application:Selective Deallocation:EnableForAllVIs
|
|
Read/Write
|
Yes
|
105
|
Application:Selective Deallocation:LargeBufferThreshold
|
|
Read/Write
|
Yes
|
106
|
Application:Enable Inheritance LinkRef Addition
|
|
Read/Write
|
Yes
|
107
|
Application:Enable Inheritance LinkRefs
|
|
Read/Write
|
Yes
|
108
|
Application:Full Version Year
|
|
Read Only
|
Yes
|
109
|
Application:Version Year Number Only
|
|
Read Only
|
Yes
|
110
|
Application:ImageTableMaxCount
|
|
Read Only
|
Yes
|
111
|
Application:Enable Binary Compatibility Load
|
|
Read/Write
|
Yes
|
112
|
Application:EnableExcursionFreeExecSystems
|
|
Read/Write
|
Yes
|
113
|
Application:IgnoreUnresolvedDLLRef
|
|
Read Only
|
Yes
|
114
|
Application:ImageTableCount
|
|
Read Only
|
Yes
|
115
|
Application:PPL LoadInCompatible LVVersion Default Value
|
|
Read/Write
|
Yes
|
116
|
Application:Treat LV 2016 As Binary Compatible
|
|
Read/Write
|
Yes
|
117
|
Application:SaveChangesAutoSelection
|
|
Read/Write
|
No
|
118
|
Application:NativeEventTracingEnabled
|
|
Read/Write
|
Yes
|
119
|
Application:NeverShrinkBuffers
|
|
Read/Write
|
Yes
|