Read only
About PNA Options

PresetMinFrequency Property


Description

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

 VB Syntax

value = cap.PresetMinFrequency

Variable

(Type) - Description

value

(Double)  Variable to store the returned value.

cap

A Capabilities (object)

Default

Not Applicable

Examples

value = cap.PresetMinFrequency 'Read

C++ Syntax

HRESULT get_PresetMinFrequency(Double *value);

Interface

ICapabilities13