Write/Read
About CW Frequency

CWFrequency Property


Description

Set the Continuous Wave (CW) frequency. Must first send chan.SweepType = naCWTimeSweep.

See Also: calset.CWFrequency Property

 VB Syntax

object.CWFrequency = value

Variable

(Type) - Description

object

One of the following:

See also Measurement2 interface.

value

(double) CW frequency. Choose any number between:
the
minimum and maximum frequency limits of the anal
yzer
Units are Hz

Return Type

Double

Default

1e9

Examples

chan.CWFrequency = 5e9 'Write

cwfreq = chan.CWFrequency 'Read

C++ Syntax

HRESULT put_CWFrequency(double newVal)
HRESULT get_CWFrequency(double *pVal)

Interface

IChannel

IFOMRange