Read-only |
About Equation Editor |
Description |
Returns whether a DLL has been imported into the PNA. |
VB Syntax |
flag = equation.IsLibraryImported location |
Variable |
(Type) - Description |
flag |
(Boolean) True - DLL has been imported. False - DLL has NOT been imported. |
equation |
A MeasurementEquation object |
location |
(string) – Full path and filename of the *.dll. |
Return Type |
Variant boolean |
Default |
Not Applicable |
Examples |
flag=equation.IsLibraryImported “C:/Program Files/Keysight/Network Analyzer/UserFunctions/Expansion.dll” |
C++ Syntax |
HRESULT IsLibraryImported( BSTR filename, VARIANT_BOOL* pImported); |
Interface |
IMeasurementEquation2 |
Last Modified:
10-Jan-2011 |
New topic |