Write/Read
About Pulse Measurements

AutoSelectPulseGen Property


Description

In Narrowband pulse mode, choose to set the pulse generator used to drive the source modulation automatically or manually.

 VB Syntax

pulseMeas.AutoSelectPulseGen = bool

Variable

(Type) - Description

pulseMeas

A PulseMeasurementControl (object)

bool

False - Manually set source modulation drive for the measurement.

True -  Automatically set source modulation drive for the measurement.

Return Type

Boolean

Default

True

Examples

pulse.AutoSelectPulseGen = True 'Write

value = pulse.AutoSelectPulseGen 'Read

C++ Syntax

HRESULT get_AutoSelectPulseGen(VARIANT_BOOL *pVal);

HRESULT put_AutoSelectPulseGen(VARIANT_BOOL newVal);

Interface

IPulseMeasurementControl


Last Modified:

11-Mar-2010

New topic