Write/Read
About IF BW

ReduceIFBandwidth Property


Description

Sets or returns the state of the Reduced IF Bandwidth at Low Frequencies setting.

 VB Syntax

chan.ReduceIFBandwidth = state

Variable

(Type) - Description

chan

A Channel (object)

state

(Enumas naStates)

0 - naOFF - Turns Reduce IFBW OFF

1 - naON - Turns Reduce IFBW ON

Return Type

Enum as naStates

Default

naON

Examples

chan.ReduceIFBandwidth = naOFF'Write

reduce = chan.ReduceIFBandwidth 'Read

C++ Syntax

HRESULT get_ReduceIFBandwidth (tagNAStates *pState)

HRESULT put_ReduceIFBandwidth (tagNAStates newState)

Interface

IChannel5