Read-only
About Differential IQ

RangeCount Method


Description

Returns the number of frequency ranges in the DIQ channel.

 VB Syntax

count = DIQ.RangeCount

Variable

(Type) - Description

count

(Long) Number of frequency ranges in the channel.

DIQ

A DIQ Object

Return Type

Long

Default

Not Applicable

Examples

value=Diq.RangeCount

See example program

C++ Syntax

HRESULT RangeCount(long* count);

Interface

IDIQ