Child of the Application Object. A collection that provides a mechanism for getting a handle to a trace or iterating through the traces in a window.
Get a handle to the traces collection through the NaWindows collection. The following example sets the variable trcs to the collection of traces in window 1 of the NaWindows collection.
Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)
Dim trcs As traces
Set trcs = app.NAWindows(1).traces
Methods |
Description |
---|---|
Use to get a handle to a trace |
|
Properties |
Description |
Returns the number of traces in the collection. |
|
Returns a handle to the current Application. |