Jump to content

Template:VIServerPropertyInfo: Difference between revisions

From LabVIEW Wiki
mNo edit summary
m Move documentation to subpage
 
(One intermediate revision by the same user not shown)
Line 41,172: Line 41,172:
{{!}} settablewhenrunning = Yes  
{{!}} settablewhenrunning = Yes  
|unknown property}}
|unknown property}}
</includeonly>
</includeonly><noinclude>{{documentation}}</noinclude>
<noinclude>
{{underconstruction}}
== Usage ==
 
Use this template is to create the Property Information table in [[VI Server]] property pages.
 
Syntax is as follows:
 
<code>
<nowiki>
{{VIServerProperty
| classid =
| propertyid =
| scope =
| dataname =
| shortname =
| longname =
| datatypeimage =
| datatype =
| propertynodeimage =
| availableinrealtime =
| availableinruntime =
| availablewithcontrolvis =
| availablewithglobalvis =
| availablewithpolyvis =
| availablewithstricttypedefs =
| loadsbd =
| loadsfp =
| mustwait =
| needsauthentication =
| permissions =
| remoteallowed =
| settablewhenrunning =
|}}
</nowiki>
</code>
 
where:
 
{| class="wikitable"
! Parameter
! Description
! Default
|-
| <code>{{{1}}}</code>
| The Class ID of a class in the [[VI Server Class Hierarchy]].
| <code></code>
|-
| <code>{{{2}}}</code>
| The Property ID of a property owned by the class defined by the Class ID {{{1}}}.
| <code></code>
|}
 
'''Example'''
 
<code>
<nowiki>
{{VIServerPropertyInfo|632A813}}
</nowiki>
</code>
 
<blockquote style="float: left;">
{{VIServerPropertyInfo|632A813}}
</blockquote>
 
</noinclude>

Latest revision as of 17:05, 1 August 2024