Write-only
About Marker Functions

SetCWFreq Method


Description

Sets the CW frequency to the frequency of the active marker. Does NOT change sweep type.

Use ONLY when the current sweep type is sweeping frequency - NOT available in CW or Power Sweep.

Use this command to first set the CW Frequency to a value that is known to be within the current calibrated range, THEN set Sweep Type to naPowerSweep or naCWTimeSweep.

 VB Syntax

mark.SetCWFreq

Variable

(Type) - Description

mark

A Marker (object)

Return Type

Not Applicable

Default

Not Applicable

Examples

mark.SetCWFreq

C++ Syntax

HRESULT SetCWFreq()

Interface

IMarker3