Template:VIServerPropertyInfo/doc: Difference between revisions
Created page with "<noinclude>{{documentation subpage}}</noinclude> == Usage == Use this template is to create the Property Information table in VI Server property pages. Syntax is as fol..." |
m Fix category name Template -> Templates |
||
| Line 64: | Line 64: | ||
<includeonly> | <includeonly> | ||
[[Category: | [[Category:Templates]] | ||
</includeonly> | </includeonly> | ||
Latest revision as of 17:31, 1 August 2024
Usage
Use this template is to create the Property Information table in VI Server property pages.
Syntax is as follows:
{{VIServerProperty
| classid =
| propertyid =
| scope =
| dataname =
| shortname =
| longname =
| datatypeimage =
| datatype =
| propertynodeimage =
| availableinrealtime =
| availableinruntime =
| availablewithcontrolvis =
| availablewithglobalvis =
| availablewithpolyvis =
| availablewithstricttypedefs =
| loadsbd =
| loadsfp =
| mustwait =
| needsauthentication =
| permissions =
| remoteallowed =
| settablewhenrunning =
|}}
where:
| Parameter | Description | Default |
|---|---|---|
{{{1}}}
|
The Class ID of a class in the VI Server Class Hierarchy. |
|
{{{2}}}
|
The Property ID of a property owned by the class defined by the Class ID {{{1}}}. |
|
Example
{{VIServerPropertyInfo|632A813}}
classid = 36 | propertyid = 632A813 | scope = script | dataname = UID | shortname = UID | longname = UID | datatypeimage = I32.png | datatype = I32 | propertynodeimage = GObject-UID.png | availableinrealtime = Yes | availableinruntime = Yes | loadsbd = No | loadsfp = No | needsauthentication = No | permissions = Read Only | remoteallowed = Yes | settablewhenrunning = No