collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

IIviPwrMeterMeasurement.ReadChannel Method


IIviPwrMeterMeasurement See Also



Class-compliant IIviPwrMeter method that initiates a measurement, waits until the power meter has returned to the Idle state, then returns the result of the measurement on the specified channel

Namespace: Ivi.PwrMeter.Interop

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

Visual Basic

Public Function ReadChannel ( _
 ByVal  ChannelName As String  _
 ByVal  MaxTimeMilliseconds As Integer  _
As Double

C#

public double  ReadChannel(
 string  ChannelName,
 int  MaxTimeMilliseconds
)

Visual C++

HRESULT ReadChannel(
 BSTR  ChannelName,
 long  MaxTimeMilliseconds
 double*  retval
);

Parameters

ChannelName

The name of the channel from which to take the measurement.

MaxTimeMilliseconds

Specifies the maximum time in seconds to wait for a return value. It may also be one of the values in IviPwrMeterTimeOutEnum.

Return Value

 

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.