Library class/Source Scope.Set method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 4D10E400
Scope Basic Development Environment
Data Name Set Source Scope
Short Name* Set Source Scope
Long Name* Source Scope:Set
* 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 No return value
Invoke Node Source Scope:Set
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningNo

Sets the access scope of an item that the LabVIEW project library owns, such as public or private access.

This method is similar to the Access Scope box on the Item Settings page of the Project Library Properties dialog box.

Note The LabVIEW Datalogging and Supervisory Control Module supports this method in the Run-Time Engine.

Parameters

Data type Name Required Description
ProjectItem Refnum source ref Yes Contains a reference to the item in the project library for which you want to set or retrieve access.
Enum U32 scope Yes Specifies the access setting for the item.

Uses

History

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

See Also

External Links