beautypg.com

Analysis interface-properties, Analysis interface—properties, Channelresults – EXFO IQS-12004B DWDM Passive Component Test System for IQS-500 User Manual

Page 370

background image

COM Objects Reference

358

IQS-12004B

Analysis Interface—Properties

Analysis Interface—Properties

Analysis

ChannelResults

Description

This read-only property returns a one-dimensional array

containing ChannelResult objects.

Syntax

object.ChannelResults

Parameters

None

Response

A Variant containing an array of ChannelResult objects.
Each object is accessible through the use of an index.
The index is a required Integer value that corresponds to the

position of the ChannelObject in the array.

Example

Set oChannel = object.ChannelResults (1)

Note

There are as many ChannelResult objects in the array as there

are (ChannelStop - ChannelStart + 1) channels to analyze.
ChannelStart and ChannelStop are specified through the use of

the DoAnalysis method.

Access

Get