Read-only
About Cal sets

StopFrequency (Cal Set) Property


Description

Returns the stop frequency that is stored in the Cal Set.

 VB Syntax

value = CalSet.StopFrequency (range)

Variable

(Type) - Description

value

(double) - returned Stop frequency in Hertz.

CalSet

CalSet (object)

range

(Long)  Choose: 0 (Source and receiver frequency)

Return Type

Double

Default

Not Applicable

Examples

stop = calset.StopFrequency(0)'Reads the stop frequency stored in the cal set.

C++ Syntax

HRESULT get_StopFrequency(long range, double *pVal)

Interface

|CalSet3


Last modified:

25-Jan-2011

Fixed range argument

Nov. 1, 2006

New command - split from ch.StopFreq