Write/Read
About Pulse Measurements

WideBandDectionState Property


Description

Set and read the pulse mode detection method.

 VB Syntax

pulseMeas.WideBandDectionState = bool

Variable

(Type) - Description

pulseMeas

A PulseMeasurementControl (object)

bool

False - Narrowband mode.

True -  Wideband mode

Return Type

Boolean

Default

Based on pulse width.

Examples

pulse.WideBandDectionState = True 'Write

value = pulse.WideBandDectionState 'Read

C++ Syntax

HRESULT get_WideBandDectionState(VARIANT_BOOL *pVal);

HRESULT put_WideBandDectionState(VARIANT_BOOL newVal);

Interface

IPulseMeasurementControl


Last Modified:

11-Mar-2010

New topic