Jump to content

Property class/All Supported Properties property: Difference between revisions

From LabVIEW Wiki
Start page as {{stub}}
 
Added new property page.
Line 1: Line 1:
{{stub}}
{{VIServerProperty
| classid = 16419
| propertyid = 636F80E
| scope=script
| dataname = AllProps2
| shortname = AllProps[]
| longname = All Supported Properties
| datatypeimage = Common Cluster Array TypeDef.png
| datatype = Common Cluster Array TypeDef
| propertynodeimage = Property-All Supported Properties.png
| availableinrealtime = No
| availableinruntime = No
| loadsbd = Yes
| loadsfp = Yes
| needsauthentication = No
| permissions = Read Only
| remoteallowed = Yes
| settablewhenrunning = No
|}}
{{TOCright}}


Lists all properties supported for the current class.
Some properties have a '''Unique ID string'''. The '''Unique ID string''' is consistent across all versions and locales of LabVIEW. Properties without a '''Unique ID string''' return an empty string. All properties return '''Data name''', '''Short name (localized)''', and '''Long name (localized)''', which contain the strings shown to the user in this version and locale of LabVIEW; however, strings can vary across versions, locales, and even individual launches of LabVIEW.
== Uses ==
{{ambox|text=Specific use cases for this property.}}
== History ==
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
! Version
! Change(s)
|-
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]
|More info to come.
|}
== See Also ==
{{ambox|text=Add links to internal wiki pages that would also help.}}
== External Links ==
{{ambox|text=Add links to external resources that would also help.}}
[[Category:Property]]
[[Category:VI Server Property]]
[[Category:VI Server]]
[[Category:VI Server]]
[[Category:Property]]
[[Category:VI Scripting]]
[[Category:VI Scripting]]

Revision as of 20:43, 13 April 2020

VI Server Property Information
Property ID 636F80E
Scope VI Scripting
Data Name AllProps2
Short Name* AllProps[]
Long Name* All Supported Properties
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 16419
Owning Class Name Property Class
Data Type Common Cluster Array TypeDef data type

Common Cluster Array TypeDef

Property Node All Supported Properties
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
Loads the block diagram into memoryYes
Loads the front panel into memoryYes
Need to authenticate before useNo
PermissionsRead Only
Remote access allowedYes
Settable when the VI is runningNo

Lists all properties supported for the current class.

Some properties have a Unique ID string. The Unique ID string is consistent across all versions and locales of LabVIEW. Properties without a Unique ID string return an empty string. All properties return Data name, Short name (localized), and Long name (localized), which contain the strings shown to the user in this version and locale of LabVIEW; however, strings can vary across versions, locales, and even individual launches of LabVIEW.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links