Write/Read
About Independent Power Calibration

StartFrequency (PowerCalRange) Property


Description

Sets and gets the start frequency for range <m> for source port<n>.  

 VB Syntax

PwrrCalRange.StartFrequency = freq

Variable

(Type) - Description

freq

(Long) - Variable to store the returned start frequency.

PwrrCalRange

A PowerCalRange (object)

Return Type

Double

Default

Not Applicable

Example

CalibrateAllChannels.IndependentPowerCalibration(3).PowerCalRange(1).StartFrequency = 20e9 'Write

freq = CalibrateAllChannels.IndependentPowerCalibration(3).PowerCalRange(1).StartFrequency 'Read

C++ Syntax

HRESULT get_StartFrequency(double* freq);

HRESULT put_StartFrequency(double freq);

Interface

IPowerCalRange