collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

IIviPwrMeterChannels.Item Property


IIviPwrMeterChannels See Also



Class-compliant IIviPwrMeter property that is used to reference a Channel interface for a given channel. The Name property can be used to determine the name of a particular channel

Namespace: Ivi.PwrMeter.Interop

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

Visual Basic

Public ReadOnly Property Item( _
 ByVal  ChannelName As String  _
As IIviPwrMeterChannel

C#

public IIviPwrMeterChannel  get_Item(
 string  ChannelName
)

Visual C++

HRESULT get_Item(
 BSTR  ChannelName,
 IIviPwrMeterChannel**  val
);

Parameters

ChannelName

The name of a Channel. It may be either a name returned by the Name property or a name mapped to a particular repeated capability in the session in the configuration store.For valid values, see the Channel repeated capability.

Property Value

Class-compliant IIviPwrMeter property that is used to reference a Channel interface for a given channel. The Name property can be used to determine the name of a particular channel

collapse_allRequirements

Supported Models

All supported

collapse_allSee Also

Reference

IIviPwrMeterChannels Interface

Ivi.PwrMeter.Interop Namespace

Footer image

Copyright 2013-16 Boonton. All rights reserved.