Read-only |
About Equation Editor |
Description |
Returns whether a DLL has been imported into the VNA. |
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(x86)\Keysight\Network Analyzer\UserFunctions\Expansion.dll” |
C++ Syntax |
HRESULT IsLibraryImported( BSTR filename, VARIANT_BOOL* pImported); |
Interface |
IMeasurementEquation |