PowerCalRange Object


Description

Contains the methods and properties used to set start and stop frequency, and number of points for an independent power calibration.

 

Accessing the IndependentPowerCalibration object

For standard S-parameter channels:

Dim app as AgilentPNA835x.Application
Dim CalMgr
Set CalMgr = App.GetCalManager
Dim CalAll
Set CalAll = CalMgr.CalibrateAllChannels

Dim IndependentPwrCal
Set IndependentPwrCal = CalAll.IndependentPowerCalibration

To calibrate an Application channel, see CreateCustomCalEx Method.

See Also:

Methods

 

Description

None

 

 

Properties

Interface

See History

Description

NumberOfPoints

IPowerCalRange

Sets and gets the number of points for range <m> for source port<n>. 

StartFrequency

IPowerCalRange

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

StopFrequency

IPowerCalRange

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

 

IIndependentPowerCalibration History

Interface

Introduced with PNA Rev:

IPowerCalRange

10.60