Write/Read
About Spectrum Analyzer Markers

BandDensityToneBW Property


Description

Sets and reads the bandwidth of the band tone density marker.

 VB Syntax

mkr.BandDensityToneBW = value

Variable

(Type) - Description

mkr

A Marker (object)

value

(Double) Choose a bandwidth

Return Type

Double

Default

1 MHz

Examples

mkr.BandDensityToneBW = 1e6   'Write

value = mkr.BandDensityToneBW  'Read

C++ Syntax

HRESULT get_BandDensityToneBW(double* pVal)

HRESULT put_BandDensityToneBW(double newVal)

Interface

IMarker8