Channels Collection


Description

A collection object that provides a mechanism for iterating through the channels

Collections are, by definition, unordered lists of like objects. You cannot assume that Channels.Item(1) is always Channel 1.

Accessing the Channels collection

Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)

Dim chans As Channels
Set chans = app.Channels

See Also:

 

Methods

Interface

See History

Description

Add

IChannels

An alternate way to create a measurement.

Hold

IChannels

Places all channels in Hold trigger mode.

Item

IChannels

Use to get a handle to a channel in the collection.

Remove

IChannels3

Delete a channel by specifying the index in the collection.

RemoveChannelNumber

IChannels3

Delete a channel by specifying the channel number.

Resume

IChannels2

Resumes the trigger mode of all channels that was in effect before sending the channels.Hold method.

Properties

 

Description

Count

IChannels

Returns the number of channels in the analyzer.

Parent

IChannels

Returns a handle to the current Application.

UnusedChannelNumbers

IChannels2

Returns an array of channel numbers that are NOT in use.

UsedChannelNumbers

IChannels2

Returns an array of channel numbers that are in use.

IChannels History

Interface

Introduced with PNA Rev:

IChannels

1.0

IChannels2

 

IChannels3

9.30