Read/Write
About Embedded LO

TuningIFBW Property


Description

Set the IF Bandwidth for Broadband and Precise tuning sweeps.

 VB Syntax

obj.TuningIFBW = value

Variable

(Type) - Description

obj

An EmbeddedLO (object) or

A ConverterEmbeddedLO (object)

value

(Double) IF Bandwidth

Return Type

(Double)

Default

30 kHz

Examples

embedLO.TuningIFBW = 10e3 'write

value = embedLO.TuningIFBW 'read

C++ Syntax

HRESULT get_TuningIFBW(double* ifbw);

HRESULT put_TuningIFBW(double ifbw);

Interface

IEmbededLO