Read only
About PNA Options

PresetMaxFrequency Property


Description

Returns the maximum specified frequency of the analyzer. Does not include any over-sweep. See also: MaximumFrequency Property.

 VB Syntax

value = cap.PresetMaxFrequency

Variable

(Type) - Description

value

(Double)  Variable to store the returned value.

cap

A Capabilities (object)

Default

Not Applicable

Examples

value = cap.PresetMaxFrequency 'Read

C++ Syntax

HRESULT get_PresetMaxFrequency(Double *value);

Interface

ICapabilities13