collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

Btn55xxx_ConfigureRange Function


Range See Also



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

Function Tree Node: \Boonton55xxx\Configuration\Range\Configure Range

Declaration: Btn55xxx.h

Implementation: Btn55xxx.dll

Visual C++

ViStatus Btn55xxx_ConfigureRange(
 ViSession Vi,
 ViConstString Channel,
 ViReal64 RangeLower,
 ViReal64 RangeUpper
);

Parameters

Vi

The ViSession handle that you obtain from the IviPwrMeter_init or IviPwrMeter_InitWithOptions function. The handle identifies a particular instrument session.

Channel

Channel name.For valid values, see the Channel repeated capability.

RangeLower

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

RangeUpper

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

Return Value

 

Success or failure code.

collapse_allRequirements

Supported Models

None supported

collapse_allSee Also

Reference

Range

Btn55xxx

Footer image

Copyright 2013-16 Boonton. All rights reserved.