Read-only
About Spectrum Analyzer Markers

BandpowerData Method


Description

Returns the band power level from the band power marker.

 VB Syntax

value = mkr.BandpowerData

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_BandpowerData(double* pVal)

Interface

IMarker6