Read-only |
About Equation Editor |
Description |
Returns the functions in an imported (loaded) DLL. |
VB Syntax |
functions = equation.GetLibraryFunctions location |
Variable |
(Type) - Description |
functions |
(variant) - Array to store the returned functions. |
equation |
A MeasurementEquation object |
location |
(string) – Full path and filename of the *.dll to be read. |
Return Type |
Variant array |
Default |
Not Applicable |
Examples |
functions=equation.GetLibraryFunctions “C:/Program Files/Keysight/Network Analyzer/UserFunctions/Expansion.dll” |
C++ Syntax |
HRESULT GetLibraryFunctions( BSTR filename, BSTR* functionList); |
Interface |
IMeasurementEquation2 |
Last Modified:
10-Jan-2011 |
New topic |