collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

IBoonton55xxxChannels.Item Property


IBoonton55xxxChannels See Also



Provides access to individual channels. The default accessor is "CH1". Up to 16 channels ("CH1" through "CH16") can be created, if there are enough USB power meters. Additionally, for each measurement channel, a memory channel is available. Memory channels are named "MEM1" through "MEM16".For 454x, this interface provides access to the the measurement channels only ("CH1" for model 4541, or "CH1" and "CH2" for 4542).

Namespace: Boonton.Boonton55xxx.Interop

Assembly: Boonton.Boonton55xxx.Interop (in Boonton.Boonton55xxx.Interop.dll)

Visual Basic

Public ReadOnly Property Item( _
 ByVal  Name As String  _
As IBoonton55xxxChannel

C#

public IBoonton55xxxChannel  get_Item(
 string  Name
)

Visual C++

HRESULT get_Item(
 BSTR  Name,
 IBoonton55xxxChannel**  val
);

Parameters

Name

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

Provides access to individual channels. The default accessor is "CH1". Up to 16 channels ("CH1" through "CH16") can be created, if there are enough USB power meters. Additionally, for each measurement channel, a memory channel is available. Memory channels are named "MEM1" through "MEM16".For 454x, this interface provides access to the the measurement channels only ("CH1" for model 4541, or "CH1" and "CH2" for 4542).

collapse_allRequirements

Supported Models

All supported

collapse_allSee Also

Reference

IBoonton55xxxChannels Interface

Boonton.Boonton55xxx.Interop Namespace

Footer image

Copyright 2013-16 Boonton. All rights reserved.