MultiDimensionalSweep Object


Description

Controls a multi-dimensional sweep in a spectrum analyzer channel. This is also called a 3D sweep (power, phase, and frequency). Each sweep can be set to a different power level. Within each sweep is a 2D sweep of phase and frequency.

Accessing the MultiDimensionalSweep object

set pna = CreateObject("AgilentPNA835x.Application","A-N5242A-10096")
CreateSAMeasurement
SetupMultiSweep

 

Sub CreateSAMeasurement
pna.Channels.RemoveChannelNumber(1)
call pna.CreateCustomMeasurementEx(1, "SpectrumAnalyzer", "B")
set chan = pna.ActiveChannel
chan.Hold
End Sub

Method

Interface

See History

Description

None

 

 

Property

Interface

Description

DCOrder

IMultiDimensionalSweep

Set and read the order for the specified DC source in the multi-dimensional sweep.

DCState

IMultiDimensionalSweep

Set and read the specified DC source’s ON/OFF state in the multi-dimensional sweep.

DimensionCatalog

IMultiDimensionalSweep

Read the names of source domains in the multi-dimensional sweep whose state is ON and whose dimension order is the specified dimension order.

DimensionCount

IMultiDimensionalSweep

Read the highest dimension order in the multi-dimensional sweep.

DimensionPointCount

IMultiDimensionalSweep

Set and read the point count for the specified dimension order in the multi-dimensional sweep.

DimensionRepeatCount

IMultiDimensionalSweep

Set and read the repeat count for the specified dimension order in the multi-dimensional sweep.

SourcePortFrequencyOrder

IMultiDimensionalSweep

Set and read the source frequency domain’s order in the multi-dimensional sweep.

SourcePortFrequencyState

IMultiDimensionalSweep

Set and read the source frequency domain’s ON/OFF state in the multi-dimensional sweep.

SourcePortPhaseOrder

IMultiDimensionalSweep

Set and read the source phase domain’s order in the multi-dimensional sweep.

SourcePortPhaseState

IMultiDimensionalSweep

Set and read the source phase domain’s ON/OFF state in the multi-dimensional sweep.

SourcePortPowerOrder

IMultiDimensionalSweep

Set and read the source power domain’s order in the multi-dimensional sweep.

SourcePortPowerState

IMultiDimensionalSweep

Set and read the source power domain’s ON/OFF state in the multi-dimensional sweep.

 

MultiDimensionalSweep History

Interface

Introduced with VNA Rev:

IMultiDimensionalSweep

10.64