Write-only
About Equation Editor

RemoveLibrary Method


Description

Removes an imported an Equation Editor DLL from the VNA.

 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(x86)\Keysight\Network Analyzer\UserFunctions\Expansion.dll”

C++ Syntax

HRESULT RemoveLibrary( BSTR filename);

Interface

IMeasurementEquation