Library class/Source Scope.Get method: Difference between revisions
Appearance
Added new method page. |
mNo edit summary |
||
| Line 27: | Line 27: | ||
The following table lists and describes the access scope enum values for the Source Scope:Get method: | The following table lists and describes the access scope enum values for the Source Scope:Get method: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! scope="column" style="text-align:Left;" | Scope | ! scope="column" style="text-align:Left;" | Scope | ||
! scope="column" style="text-align:Left;" | Description | |||
|- | |- | ||
! scope="row" style="text-align:Left;" | '''invalid scope''' | ! scope="row" style="text-align:Left;" | '''invalid scope''' | ||
| Line 89: | Line 89: | ||
{{ambox|text=Add links to external resources that would also help.}} | {{ambox|text=Add links to external resources that would also help.}} | ||
[[Category:Method]] [[Category:VI Server Method]] | [[Category:Method]] | ||
[[Category:VI Server Method]] | |||
Revision as of 12:15, 24 April 2020
| VI Server Method Information | |
|---|---|
| Method ID | 4D10E401 |
| Scope | Basic Development Environment |
| Data Name | Get Source Scope |
| Short Name* | Get Source Scope |
| Long Name* | Source Scope:Get |
| * Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE. | |
| Owning Class ID | 80 |
| Owning Class Name | Library Class |
| Return Data Type | Enum U32 data type |
| Invoke Node |
|
| Available in Real-Time Operating System | No |
| Available in Run-Time Engine | Yes (Read/Write) |
| Loads the block diagram into memory | No |
| Loads the front panel into memory | No |
| Need to authenticate before use | No |
| Remote access allowed | Yes |
| Settable when the VI is running | No |
Retrieves the access scope for an item that the LabVIEW project library owns, such as public or private access.
| Note The LabVIEW Datalogging and Supervisory Control Module supports this method in the Run-Time Engine. |
The following table lists and describes the access scope enum values for the Source Scope:Get method:
| Scope | Description |
|---|---|
| invalid scope | The item is an invalid value. The item is visible whenever the read function receives an error and causes an error to occur if you pass the item to a write function. |
| public | The item is visible when users view the project library. Other VIs and applications can call public VIs. |
| private | The item does not appear visible when users view the project library or palettes if you lock the project library. Other VIs and applications that the project library does not own cannot call a private VI. |
| protected | The item is visible to other VIs in the same class or a descendant class. |
| community | The item is visible when users view the project library. |
Parameters
Uses
| |
Specific use cases for this method. |
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |
See Also
| |
Add links to internal wiki pages that would also help. |
External Links
| |
Add links to external resources that would also help. |
