Read-only
About Spectrum Analyzer Markers

BandNoisedBmpHz Property


Description

Returns the band noise level in dBm/Hz from the band noise marker.

 VB Syntax

value = mkr.BandNoisedBmpHz

Variable

(Type) - Description

value

Variable to store the returned Y-axis value.

mkr

A Marker (object)

Return Type

Double

Default

Not Applicable

Examples

value = mkr.BandNoisedBmpHz 'Read

C++ Syntax

HRESULT get_BandNoisedBmpHz(double* pVal)

Interface

IMarker7