Jump to content

Template:VIServerHasProperties: Difference between revisions

From LabVIEW Wiki
Created page with "<includeonly>{{#switch: {{{1}}} |1=TRUE |2=TRUE |3=TRUE |4=TRUE |5=TRUE |6=TRUE |7=TRUE |8=TRUE |9=TRUE |10=FALSE |11=TRUE |12=TRUE |13=TRUE |14=TRUE |15=TRUE |16=TRUE |17=TRU..."
 
Default to FALSE
Line 295: Line 295:
|16552=TRUE
|16552=TRUE
|16553=TRUE
|16553=TRUE
|unknown}}</includeonly><noinclude>
|FALSE}}</includeonly><noinclude>


== Usage ==
== Usage ==

Revision as of 05:29, 8 September 2019


Usage

This template is a lookup table. The input is the Class ID of a class in the VI Server Class Hierarchy. It returns the Class type {basic, script, private, deprecated, unknown}.

Syntax is as follows:

{{VIServerHasProperties|{{{1}}}}}

where:

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

Example: Control class - Has Properties

{{VIServerHasProperties|6}}

Result: TRUE

Example: TagSet class - Does not have properties

{{VIServerHasProperties|82}}

Result: FALSE

See Also