collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

IIviPwrMeterMeasurement.Configure Method


IIviPwrMeterMeasurement See Also



Class-compliant IIviPwrMeter method that configures the instrument to take single or dual channel measurements

Namespace: Ivi.PwrMeter.Interop

Assembly: Ivi.PwrMeter.Interop (in Ivi.PwrMeter.Interop.DLL)

Visual Basic

Public Sub Configure ( _
 ByVal  Operator As IviPwrMeterMeasurementOperatorEnum  _
 ByVal  Operand1 As String  _
 ByVal  Operand2 As String  _
)

C#

public void  Configure(
 IviPwrMeterMeasurementOperatorEnum  Operator,
 string  Operand1,
 string  Operand2
)

Visual C++

HRESULT Configure(
 IviPwrMeterMeasurementOperatorEnum  Operator,
 BSTR  Operand1,
 BSTR  Operand2
);

Parameters

Operator

The math function applied to the operands.

Operand1

The name of the channel from which the value for the first operand of the math function is measured.

Operand2

The name of the channel from which the value for the second operand of the math function is measured.

collapse_allRequirements

Supported Models

All supported

collapse_allSee Also

Reference

IIviPwrMeterMeasurement Interface

Ivi.PwrMeter.Interop Namespace

Footer image

Copyright 2013-16 Boonton. All rights reserved.