Write-only |
About Equation Editor |
Description |
Imports an Equation Editor DLL. |
VB Syntax |
equation.ImportLibrary location |
Variable |
(Type) - Description |
equation |
A MeasurementEquation object |
location |
(string) – Full path and filename of the *.dll to be imported. |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
equation.ImportLibrary “C:\Program Files(x86)\Keysight\Network Analyzer\UserFunctions\Expansion.dll” |
C++ Syntax |
HRESULT ImportLibrary( BSTR filename); |
Interface |
IMeasurementEquation |