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.
Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)
Dim chans As Channels
Set chans = app.Channels
Methods |
Interface |
Description |
---|---|---|
IChannels |
An alternate way to create a measurement. |
|
IChannels |
Places all channels in Hold trigger mode. |
|
IChannels |
Use to get a handle to a channel in the collection. |
|
IChannels3 |
Delete a channel by specifying the index in the collection. |
|
IChannels3 |
Delete a channel by specifying the channel number. |
|
IChannels2 |
Resumes the trigger mode of all channels that was in effect before sending the channels.Hold method. |
|
Properties |
|
Description |
IChannels |
Returns the number of channels in the analyzer. |
|
IChannels |
Returns a handle to the current Application. |
|
IChannels2 |
Returns an array of channel numbers that are NOT in use. |
|
IChannels2 |
Returns an array of channel numbers that are in use. |
Interface |
Introduced with VNA Rev: |
IChannels |
1.0 |
IChannels2 |
|
IChannels3 |
9.30 |