Cables Collection


Description

Child of the UncertaintyManager Object. A collection that provides a mechanism for iterating through the Cable objects.

Accessing the Cables collection

Get a handle to an individual cable by specifying an item of the Cables collection.

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

Dim cabs As Cables
Set cabs = app.UncertaintyManager.Cables(1)

See Also:

Methods

Description

Item

Get a handle by number to a cable in the cables collection.

Properties

Description

Count

Returns the number of cables in the collection.

 

IUncertaintyCables History

Interface

Introduced with PNA Rev:

IUncertaintyCables

10.40