Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

libfunctionsview (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the libraries class.

Syntax

s = libfunctionsview(libname)

Description

Lists the functions available in a shared library. LabVIEW also lists the supported data types for the inputs and outputs of each available function.

Details

Examples

Inputs

Name Description
libname Specifies the name of the shared library whose contents you want to view. If you assigned an alias when you loaded the shared library, use the alias for libname.

Outputs

Name Description
s Returns a string that lists the available functions and the supported data types for the inputs and outputs of each function. LabVIEW separates the list of functions into three categories: Available Functions, Unsupported Functions, and Unexported Functions. Under each category, LabVIEW separates functions with a line break.

Details

Refer to the MathScript Shared Libraries.lvproj in the labview\examples\MathScript\MathScript Shared Libraries directory for examples of calling shared libraries from MathScript.

Examples

r = [labviewroot '\examples\MathScript\MathScript Shared Libraries']
loadlibrary('myDemo', 'demo', 'includepath', r)
libfunctionsview('myDemo')
unloadlibrary('myDemo')

Related Topics

calllib
labviewroot
libisloaded
loadlibrary
unloadlibrary


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit