Write/Read
About Pulse Measurements

AutoDetection Property


Description

Choose to automatically or manually set pulse mode (Narrowband or Wideband) for the channel.

 VB Syntax

pulseMeas.AutoDetection = bool

Variable

(Type) - Description

pulseMeas

A PulseMeasurementControl (object)

bool

False - Manually set the pulse mode. Use  WideBandDectionState to set the pulse mode.

True -  Automatically set the pulse mode.

Return Type

Boolean

Default

True

Examples

pulse.AutoDetection = True 'Write

value = pulse.AutoDetection 'Read

C++ Syntax

HRESULT get_AutoDetection(VARIANT_BOOL *pVal);

HRESULT put_AutoDetection(VARIANT_BOOL newVal);

Interface

IPulseMeasurementControl


Last Modified:

11-Mar-2010

New topic