Write-only
About Differential IQ

DeleteRange Method


Description

Deletes the specified frequency range. On the Measurement Setup dialog this is the Remove setting.

 VB Syntax

DIQ.DeleteRange (n)

Variable

(Type) - Description

DIQ

A DIQ Object

n

(Long) Frequency range number to delete.

Return Type

Not Applicable

Default

Not Applicable

Examples

diq.DeleteRange 2 'removes frequency range 2

See example program

C++ Syntax

HRESULT DeleteRange(long range);

Interface

IDIQ