Write/Read
About Spectrum Analyzer Markers

BandDensityBW Property


Description

Sets and reads the bandwidth of the band density marker.

 VB Syntax

mkr.BandDensityBW = value

Variable

(Type) - Description

mkr

A Marker (object)

value

(Double) Choose a bandwidth

Return Type

Double

Default

1 MHz

Examples

mkr.BandDensityBW = 1e6   'Write

value = mkr.BandDensityBW  'Read

C++ Syntax

HRESULT get_BandDensityBW(double* pVal)

HRESULT put_BandDensityBW(double newVal)

Interface

IMarker8