collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

Btn55xxx_ConfigureMeasurement Function


Configuration See Also



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

Function Tree Node: \Boonton55xxx\Configuration\Configure Measurement

Declaration: Btn55xxx.h

Implementation: Btn55xxx.dll

Visual C++

ViStatus Btn55xxx_ConfigureMeasurement(
 ViSession Vi,
 ViInt32 Operator,
 ViConstString Operand1,
 ViConstString Operand2
);

Parameters

Vi

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

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.

Return Value

 

Success or failure code.

collapse_allRequirements

Supported Models

All supported

collapse_allDefined Values For Parameter Operator

Name

Description

BTN55XXX_VAL_NONE

Operand1

BTN55XXX_VAL_DIFFERENCE

Operand1 - Operand2

BTN55XXX_VAL_SUM

Operand1 + Operand2

BTN55XXX_VAL_QUOTIENT

Operand1 / Operand2

Top

collapse_allSee Also

Reference

Configuration

Btn55xxx

Footer image

Copyright 2013-16 Boonton. All rights reserved.