Short Name: Set Source Scope And Propagate
Requires: Base Development System
Class: Library Methods
To Use: Create a method.
Sets the access scope of an item that the LabVIEW project library owns, such as public or private access. If the item is a dynamic dispatch VI, LabVIEW also changes the scope of other implementations.
Data type | Name | Required | Description |
---|---|---|---|
source ref | Yes | Contains a reference to the item in the project library for which you want to set or retrieve access. | |
scope | Yes | Specifies the access setting for the item.
| |
skip prompt? | No | Specifies whether to ask before applying the access scope setting to all override VIs when the item is a dynamic dispatch VI. If skip prompt? is TRUE, this method applies the access scope setting to all override VIs without asking. If skip prompt? is FALSE or unwired, this method throws a dialog box asking whether to apply the access scope setting to all override VIs. |
The following table lists the characteristics of this method.
Data type | No return value |
Available in Run-Time Engine | No |
Available in Real-Time Operating System | No |
Settable when the VI is running | No |
Loads the front panel into memory | No |
Need to authenticate before use | No |
Loads the block diagram into memory | No |
Remote access allowed | Yes |