Write/Read
About Pulse Measurements

AutoIFBandWidth Property - Superseded


Description

This command is replaced by: AutoCWSweepTime Property.

In Wideband pulse mode, choose to set the IF bandwidth automatically or manually.

 VB Syntax

pulseMeas.AutoIFBandWidth = bool

Variable

(Type) - Description

pulseMeas

A PulseMeasurementControl (object)

bool

False - Manually set the IFBW for the measurement.

True -  Automatically set the IFBW for the measurement.

Return Type

Boolean

Default

True

Examples

pulse.AutoIFBandWidth = True 'Write

value = pulse.AutoIFBandWidth 'Read

C++ Syntax

HRESULT get_AutoIFBandWidth(VARIANT_BOOL *pVal);

HRESULT put_AutoIFBandWidth(VARIANT_BOOL newVal);

Interface

IPulseMeasurementControl


Last Modified:

May 9, 2011

Superseded

11-Mar-2010

New topic