Read-only
About Spectrum Analyzer Markers

BandPowerdBm Property


Description

Returns the band power level from the band power marker.

 VB Syntax

value = mkr.BandPowerdBm

Variable

(Type) - Description

value

Variable to store the returned Y-axis power value.

mkr

A Marker (object)

Return Type

Double

Default

Not Applicable

Examples

value = mkr.BandPowerdBm 'Read

C++ Syntax

HRESULT get_BandPowerdBm(double* pVal)

Interface

IMarker7