Application class/Library.Get Ref By Qualified Name method: Difference between revisions
Appearance
Added new method page. |
Fix mistake from LabVIEW docs. This method isn't support on RT. |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 9: | Line 9: | ||
| datatype = Library Refnum | | datatype = Library Refnum | ||
| invokenodeimage = Application-Library-Get Ref By Qualified Name.png | | invokenodeimage = Application-Library-Get Ref By Qualified Name.png | ||
| availableinrealtime = | | availableinrealtime = No | ||
| availableinruntime = Yes (Read/Write) | | availableinruntime = Yes (Read/Write) | ||
| remoteallowed = No | | remoteallowed = No | ||
| Line 38: | Line 38: | ||
== History == | == History == | ||
{| class="wikitable" | {| class="wikitable" | ||
! Version | ! Version | ||
! Change(s) | ! Change(s) | ||
|- | |- | ||
|[[File: | |[[File:LV8-2013.png|frameless|border|64x64px|LabVIEW 2009|link=LabVIEW 2009]] | ||
| | | This method was added in [[LabVIEW 2009]]. | ||
|} | |} | ||
== See Also == | == See Also == | ||
| Line 52: | Line 51: | ||
{{ambox|text=Add links to external resources that would also help.}} | {{ambox|text=Add links to external resources that would also help.}} | ||
[[Category:VI Server Method]] | |||
Latest revision as of 16:02, 11 August 2023
| VI Server Method Information | |
|---|---|
| Method ID | 935 |
| Scope | Basic Development Environment |
| Data Name | Library.Get Ref By Qualified Name |
| Short Name* | Library.Get Ref By Qualified Name |
| Long Name* | Library:Get Ref By Qualified Name |
| * Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE. | |
| Owning Class ID | 1 |
| Owning Class Name | Application Class |
| Return Data Type | Library Refnum data type |
| Invoke Node |
|
| Available in Real-Time Operating System | No |
| Available in Run-Time Engine | Yes (Read/Write) |
| Remote access allowed | No |
Retrieves a reference to a LabVIEW project library that is already loaded within the application instance. If the library cannot be found in memory, LabVIEW returns Not A Refnum.
Parameters
| Data type | Name | Required | Description |
|---|---|---|---|
| Library:Get Ref By Qualified Name | Yes. Return value. | ||
| Qualified Name | Yes | Qualified name of the project library to which you want LabVIEW to return a reference. |
Uses
| |
Specific use cases for this method. |
History
| Version | Change(s) |
|---|---|
| This method was added in LabVIEW 2009. |
See Also
| |
Add links to internal wiki pages that would also help. |
External Links
| |
Add links to external resources that would also help. |
