Jump to content

Invoke class/All Supported Methods property: Difference between revisions

From LabVIEW Wiki
mNo edit summary
Finished Table and description
Line 1: Line 1:
{{stub}}
{{VIServerProperty|
{{VIServerProperty|16420|637040D
|classid = 16420
| scope=script
| propertyid = 637040D
|otherparams={{!}}-
| scope = script
! scope="row" style="text-align:left" {{!}} Permissions
| dataname = AllMeths[]
{{!}} Read Only
| shortname = AllMeths[]
{{!}}-
| longname = All Supported Methods
! scope="row" style="text-align:left" {{!}} Available in Run-Time Engine
| datatypeimage = Common Cluster Array.png
{{!}} No
| datatype = Common Cluster Array
{{!}}-
| propertynodeimage = Invoke-All Supported Methods.png
! scope="row" style="text-align:left" {{!}} Available in Real-Time Operating System
| availableinrealtime = No  
{{!}} No
| availableinruntime = No  
{{!}}-
| loadsbd = Yes
! scope="row" style="text-align:left" {{!}} Settable when the VI is running
| loadsfp = Yes  
{{!}} No
| needsauthentication = No  
{{!}}-
| permissions = Read Only
! scope="row" style="text-align:left" {{!}} Loads the front panel into memory
| remoteallowed = Yes  
{{!}} Yes
| settablewhenrunning = No
{{!}}-
}}
! scope="row" style="text-align:left" {{!}} Need to authenticate before use
{{!}} No
{{!}}-
! scope="row" style="text-align:left" {{!}} Loads the block diagram into memory
{{!}} Yes
{{!}}-
! scope="row" style="text-align:left" {{!}} Remote access allowed
{{!}} Yes}}
{{TOCright}}
{{TOCright}}
{{underconstruction}}
 
Lists all methods supported for the current class.
Lists all methods supported for the current class.


Line 33: Line 25:


== Uses ==
== Uses ==
{{ambox|text=Add example use cases for using this property.}}


== History ==
== History ==
 
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
! Version
! Change(s)
|-
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]
|More info to come.
|}
== See Also ==
== See Also ==
{{ambox|text=Add links to internal wiki pages that would also help.}}


== External Links ==
== External Links ==
{{ambox|text=Add links to external resources that would also help.}}


[[Category:VI Server]]
[[Category:VI Server]]
[[Category:Property]]
[[Category:Property]]
[[Category:VI Scripting]]
[[Category:VI Scripting]]

Revision as of 03:34, 16 September 2019

VI Server Property Information
Property ID 637040D
Scope VI Scripting
Data Name AllMeths[]
Short Name* AllMeths[]
Long Name* All Supported Methods
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 16420
Owning Class Name Invoke Class
Data Type Common Cluster Array data type

Common Cluster Array

Property Node All Supported Methods
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
Loads the block diagram into memoryYes
Loads the front panel into memoryYes
Need to authenticate before useNo
PermissionsRead Only
Remote access allowedYes
Settable when the VI is runningNo

Lists all methods supported for the current class.

Some methods have a Unique ID string. The Unique ID string is consistent across all versions and locales of LabVIEW. Methods without a Unique ID string return an empty string. All methods return Data name, Short name (localized), and Long name (localized), which contain the strings shown to the user in this version and locale of LabVIEW; however, strings can vary across versions, locales, and even individual launches of LabVIEW.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links