collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

IBoonton55xxxChannelStatisticalMode.FetchMeasurementArray Method


IBoonton55xxxChannelStatisticalMode See Also



Returns an array of the current automatic statistical measurements performed on a sample population. Measurements performed are: long term average, peak and minimum amplitude, peak-to-average ratio, amplitude at the CCDF percent cursor, statistical percent at the CCDF power cursor, and the sample population size in samples. Note the peak-to-average ratio is returned in dB for logarithmic channel units, and percent for all other channel units.

Namespace: Boonton.Boonton55xxx.Interop

Assembly: Boonton.Boonton55xxx.Interop (in Boonton.Boonton55xxx.Interop.dll)

Visual Basic

Public Sub FetchMeasurementArray ( _
 ByRef  Pavg As Double  _
 ByRef  PavgCond As Boonton55xxxCondCodeEnum  _
 ByRef  Ppeak As Double  _
 ByRef  PpeakCond As Boonton55xxxCondCodeEnum  _
 ByRef  Pmin As Double  _
 ByRef  PminCond As Boonton55xxxCondCodeEnum  _
 ByRef  PkToAvgRatio As Double  _
 ByRef  PkToAvgRatioCond As Boonton55xxxCondCodeEnum  _
 ByRef  CursorPwr As Double  _
 ByRef  CursorPwrCond As Boonton55xxxCondCodeEnum  _
 ByRef  CursorPct As Double  _
 ByRef  CursorPctCond As Boonton55xxxCondCodeEnum  _
 ByRef  SampleCount As Double  _
 ByRef  SampleCountCond As Boonton55xxxCondCodeEnum  _
 ByRef  SecondsRun As Double  _
 ByRef  SecondsRunCond As Boonton55xxxCondCodeEnum  _
)

C#

public void  FetchMeasurementArray(
 ref double  Pavg,
 ref Boonton55xxxCondCodeEnum  PavgCond,
 ref double  Ppeak,
 ref Boonton55xxxCondCodeEnum  PpeakCond,
 ref double  Pmin,
 ref Boonton55xxxCondCodeEnum  PminCond,
 ref double  PkToAvgRatio,
 ref Boonton55xxxCondCodeEnum  PkToAvgRatioCond,
 ref double  CursorPwr,
 ref Boonton55xxxCondCodeEnum  CursorPwrCond,
 ref double  CursorPct,
 ref Boonton55xxxCondCodeEnum  CursorPctCond,
 ref double  SampleCount,
 ref Boonton55xxxCondCodeEnum  SampleCountCond,
 ref double  SecondsRun,
 ref Boonton55xxxCondCodeEnum  SecondsRunCond
)

Visual C++

HRESULT FetchMeasurementArray(
 double*  Pavg,
 Boonton55xxxCondCodeEnum*  PavgCond,
 double*  Ppeak,
 Boonton55xxxCondCodeEnum*  PpeakCond,
 double*  Pmin,
 Boonton55xxxCondCodeEnum*  PminCond,
 double*  PkToAvgRatio,
 Boonton55xxxCondCodeEnum*  PkToAvgRatioCond,
 double*  CursorPwr,
 Boonton55xxxCondCodeEnum*  CursorPwrCond,
 double*  CursorPct,
 Boonton55xxxCondCodeEnum*  CursorPctCond,
 double*  SampleCount,
 Boonton55xxxCondCodeEnum*  SampleCountCond,
 double*  SecondsRun,
 Boonton55xxxCondCodeEnum*  SecondsRunCond
);

Parameters

Pavg

Average power of the entire population of statistical power points.

PavgCond

Measurement condition code.

Ppeak

Maximum value of the entire population of statistical power points.

PpeakCond

Measurement condition code.

Pmin

Minimum value of the entire population of statistical power points.

PminCond

Measurement condition code.

PkToAvgRatio

Peak to average ratio of the entire population of statistical power points.

PkToAvgRatioCond

Measurement condition code.

CursorPwr

Power in dB at the cursor.

CursorPwrCond

Measurement condition code.

CursorPct

Percent CCDF at the cursor.

CursorPctCond

Measurement condition code.

SampleCount

Count in Megasamples of the samples.

SampleCountCond

Measurement condition code.

SecondsRun

Time the statistical capture has been running in seconds.

SecondsRunCond

Measurement condition code.

collapse_allInstrument Command

FETCh{Channel}:ARRay:AMEAsure:STATistical?

collapse_allRequirements

Supported Models

All supported

collapse_allSee Also

Reference

IBoonton55xxxChannelStatisticalMode Interface

Boonton.Boonton55xxx.Interop Namespace

Footer image

Copyright 2013-16 Boonton. All rights reserved.