Jump to content

Template:VIServerGetPropertyDataName/doc: Difference between revisions

From LabVIEW Wiki
Created page with "<noinclude>{{documentation subpage}}</noinclude> == Usage == This template is a lookup table. The input is the Property ID of a property of a class in the VI Server Class..."
 
m Fix category name Template -> Templates
 
Line 53: Line 53:


<includeonly>
<includeonly>
[[Category:Template]]
[[Category:Templates]]
</includeonly>
</includeonly>

Latest revision as of 17:29, 1 August 2024

This is the documentation page for Template:VIServerGetPropertyDataName.
When it is viewed directly, links using variables may appear broken; do not replace these with hardcoded page names or URLs.

Usage

This template is a lookup table. The input is the Property ID of a property of a class in the VI Server Class Hierarchy. It returns the Data Name, if found. If not found, it returns a "unknown".

Syntax is as follows:

{{VIServerGetPropertyDataName|{{{1}}}}}

where:

Parameter Description Default
{{{1}}} The Property ID of a property of a class in the VI Server Class Hierarchy.

Example

632A813 is the Property ID for the UID property of GObject class.

{{VIServerGetPropertyDataName|632A813}}

Result

Result: (UID)

Example

Passing a blank to the lookup won't be found and therefore returns "unknown".

{{VIServerGetPropertyDataName|}}

Result

Result: (unknown)

See Also