LabVIEW Class:Get Implementing VI Path Method

Short Name: LVClass Implementing VI Path

Requires: Base Development System

Class: Application Methods

To Use: Create a method.

Returns the path to the VI that implements the specified method within the specified class. If the specified class does not implement the method, this method returns an ancestor VI implementation.

Parameters

Data typeNameRequiredDescription
Path to VIYesReturns the path to the VI that implements the method specified by the Path To Class and Method Name inputs.
Path to ClassYesSpecifies the path to the .lvclass file in memory whose method implementation you want to locate.
Method NameYesSpecifies the filename of the method for which you want to know the implementing VI.
Access ScopeYesSpecifies which VIs LabVIEW returns. The default is only public VIs.

0invalid scope
1public
2private
3protected
4community

Remarks

The following table lists the characteristics of this method.

Data typeNo return value
Available in Run-Time EngineYes (Read/Write)
Available in Real-Time Operating SystemYes
Remote access allowedYes