Write/Read |
About Mixer/Converter Settings |
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 |
|
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 VNA 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 |
C++ Syntax |
HRESULT get_SegmentIFBandwidth(long index, long * val); HRESULT put_SegmentIFBandwidth(long index, long val); |
Interface |
IConverter5 |