Jump to content

Template:VIServerPropertyInfo

From LabVIEW Wiki
Revision as of 22:44, 15 September 2019 by Q (talk | contribs)


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 | availableinrealtime = Yes | availableinruntime = Yes | loadsbd = No | loadsfp = No | needsauthentication = No | permissions = Read Only | remoteallowed = Yes | settablewhenrunning = No