Write-only |
About Equation Editor |
Description |
Removes an imported an Equation Editor DLL from the PNA. |
VB Syntax |
equation.RemoveLibrary location |
Variable |
(Type) - Description |
equation |
A MeasurementEquation object |
location |
(string) – Full path and filename of the *.dll to be removed. |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
equation.RemoveLibrary “C:/Program Files/Keysight/Network Analyzer/UserFunctions/Expansion.dll” |
C++ Syntax |
HRESULT RemoveLibrary( BSTR filename); |
Interface |
IMeasurementEquation2 |
Last Modified:
10-Jan-2011 |
New topic |