Write/Read
About Mixer/Converter Settings

SegmentIFBandwidth Property


Description

Sets and returns the IF Bandwidth for the sweep segment.

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

 VB Syntax

conv.SegmentIFBandwidth(index, value)

Variable

(Type) - Description

conv

A Converter Object

index

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

value

(Long integer) IF Bandwidth in Hz. The list of valid IF Bandwidths is different depending on the PNA model. See the lists. If an invalid number is specified, the analyzer will round up to the closest valid number.

Return Type

Long integer

Default

100 kHz

Examples

mxr.SegmentIFBandwidth(1,3)=10e3 'Sets IFBW to 10 kHz

See example program

C++ Syntax

HRESULT get_SegmentIFBandwidth(long index, long * val);

HRESULT put_SegmentIFBandwidth(long index, long val);

Interface

IConverter5


Last Modified:

26-Oct-2010

New command (A.09.33)