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/Keysight/Network Analyzer/UserFunctions/Expansion.dll” |
C++ Syntax |
HRESULT ImportLibrary( BSTR filename); |
Interface |
IMeasurementEquation2 |
Last Modified:
10-Jan-2011 |
New topic |