Write/Read
About X-axis display

ActiveXAxisRange Property


Description

For FCA and GCX measurements, sets the swept parameter to display on the X-axis  This command does not change the default setting for new traces.

Use Converter.ActiveXAxisRange to change all existing traces and make the setting the default setting for new traces.

This command is NOT used for NFX, IMDX, and IMSX measurements. Use Converter.ActiveXAxisRange.

 VB Syntax

mixer.ActiveXAxisRange = value

Variable

(Type) - Description

mixer

A Mixer  (object)

value

(Enum as MixerStimulusRange) - Parameter to display on the X-axis.

Choose from:

0 - mixINPUT  - Input frequency span

1 - mixLO_1  - First LO frequency span

2 - mixLO_2  - Second LO frequency span

3 - mixOUTPUT  - Output frequency span

Return Type

Enum

Default

OUTPUT

Examples

mixer.ActiveXAxisRange = 1 'Write

variable = mixer.ActiveXAxisRange  'Read

C++ Syntax

HRESULT get_ActiveXAxisRange(tagMixerStimulusRange *Val)

HRESULT put_ActiveXAxisRange(tagMixerStimulusRange newVal)

Interface

IMixer3

Last Modified:

27-Sep-2010

Clarification

26-Jan-2009

Corrected enums