VI class/Get Library Access Scope method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 49B
Scope VI Scripting
Data Name Get Library Access Scope
Short Name* Get Library Access Scope
Long Name* Get Library Access Scope
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 2
Owning Class Name VI Class
Return Data Type Enum U32 data type

Enum U32

Invoke Node Get Library Access Scope
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
Available with control VIsYes
Available with global VIsYes
Available with polymorphic VIsYes
Available with strict type definitionsNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Must wait until user interface is idleNo
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningYes

Returns the access scope or inherited access scope of this VI if it is owned by a LabVIEW project library. This method provides the same information as the method Source Scope:Get of the Project Library class without requiring a reference to the owning project library.

Parameters

Data type Name Required Description
Enum U32 Get Library Access Scope Yes. Return value.

Uses

History

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

See Also

External Links