Write/Read
About Mixer/Converter Settings

SegmentStopFrequency Property


Description

Set and read the Stop frequency for the mixer segment. The specified SegmentRangeMode must be set to Swept.

Send Apply before sending a query (read). Learn more.

 VB Syntax

conv.SegmentStopFrequency(index,range) = value

Variable

(Type) - Description

conv

A Converter Object

index

(Long integer) Segment for which Stop frequency is being set. Choose a segment between 1 and the current segment count. Use SegmentCount Property to read the current count in the Applied Mixer.

range

(Enum as ConverterFrequencyRange) Range for which Stop frequency is being set. Choose from:

0 - naInputFrequencies - set input frequency

1 - naOutputFrequencies - set output frequency

2 - naLO1Frequencies - set LO1 frequency

3 - naLO2Frequencies - set LO2 frequency

4 - naIFFrequencies - set IF frequency

value

(Double) Stop frequency. Choose a value within the frequency range of the PNA.

Return Type

Double

Default

Stop frequency of the PNA

Examples

mxr.SegmentStopFrequency(1,0)=1e9 'sets the input Stop frequency to 1 GHz

See example program

C++ Syntax

HRESULT get_SegmentStopFrequency(long index, tagConverterFrequencyRange range, double *value);

HRESULT put_SegmentStopFrequency(long index, tagConverterFrequencyRange value, double value);

Interface

IConverter5


Last Modified:

26-Oct-2010

New command (A.09.33)