Read-only
About Spectrum Analyzer Markers

BandnoiseData Method


Description

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

 VB Syntax

value = mkr.BandnoiseData

Variable

(Type) - Description

value

Variable to store the returned Y-axis value.

mkr

A Marker (object)

Return Type

Double

Default

Not Applicable

Examples

See example program

C++ Syntax

HRESULT get_BandnoiseData(double* pVal)

Interface

IMarker6