collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

IIviPwrMeterRange.Configure Method


IIviPwrMeterRange See Also



Class-compliant IIviPwrMeter method that configures the lower and upper range values for a particular channel

Namespace: Ivi.PwrMeter.Interop

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

Visual Basic

Public Sub Configure ( _
 ByVal  Lower As Double  _
 ByVal  Upper As Double  _
)

C#

public void  Configure(
 double  Lower,
 double  Upper
)

Visual C++

HRESULT Configure(
 double  Lower,
 double  Upper
);

Parameters

Lower

The lower limit of the expected value of the measurement. This parameter is sets the Range.Lower property.

Upper

The upper limit of the expected value of the measurement. This parameter sets the Range.Upper property.

collapse_allRequirements

Supported Models

None supported

collapse_allSee Also

Reference

IIviPwrMeterRange Interface

Ivi.PwrMeter.Interop Namespace

Footer image

Copyright 2013-16 Boonton. All rights reserved.