Read only
About PNA Options

MaximumNumberOfTracesPerWindow Property


Description

Returns the maximum possible number of traces that can reside in any window.

 VB Syntax

value = cap.MaximumNumberOfTracesPerWindow

Variable

(Type) - Description

value

(Long) - Variable to store the returned maximum value for number of traces.

cap

A Capabilities (object)

Return Type

Long

Default

Not Applicable

Examples

value = cap.MaximumNumberOfTracesPerWindow 'Read

C++ Syntax

HRESULT get_MaximumNumberOfTracesPerWindow(long *  maximumNumberOfTraces );

Interface

ICapabilities2