Write/Read
About Spectrum Analyzer Markers

BandDensityPowerBW Property


Description

Sets and reads the band power density bandwidth.

 VB Syntax

mkr.BandDensityPowerBW = value

Variable

(Type) - Description

mkr

A Marker (object)

value

(Double) Choose a bandwidth

Return Type

Double

Default

1 MHz

Examples

mkr.BandDensityPowerBW = 1e6   'Write

value = mkr.BandDensityPowerBW  'Read

C++ Syntax

HRESULT get_BandDensityPowerBW(double* pVal)

HRESULT put_BandDensityPowerBW(double newVal)

Interface

IMarker8