Read only
About PNA Options

MaximumFrequency Property


Description

Returns the maximum frequency of the remote PNA, including any over-sweep. Over-sweep frequencies can be set but are not specified.

 VB Syntax

value = cap.MaximumFrequency

Variable

(Type) - Description

value

(Double) - Variable to store the returned maximum frequency of the PNA.

cap

A Capabilities (object)

Return Type

Double

Default

Not Applicable

Examples

value = cap.MaximumFrequency 'Read

C++ Syntax

HRESULT get_MaximumFrequency(&frequencyMax);

Interface

ICapabilities