Write/Read
About Spectrum Analyzer Markers

OccupiedBandPowerdBm Property


Description

Returns the occupied bandwidth power.

 VB Syntax

value = mkr.OccupiedBandPowerdBm

Variable

(Type) - Description

value

Variable to store the power value.

mkr

A Marker (object)

Return Type

Double

Default

Not Applicable

Examples

value = mkr.OccupiedBandPowerdBm 'Read

C++ Syntax

HRESULT get_OccupiedBandPowerdBm(double* pVal)

Interface

IMarker7