Write/Read
About Pulse Measurements

AutoOptimizePRF Property


Description

In Narrowband pulse mode, choose to set the Pulse Repetition Frequency automatically or manually. This is labeled "Optimize Pulse Frequency" on the user-interface. To make changes manually, use  MasterFrequency Property or MasterPeriod Property.

 VB Syntax

pulseMeas.AutoOptimizePRF = bool

Variable

(Type) - Description

pulseMeas

A PulseMeasurementControl (object)

bool

False - Manually set the PRF for the measurement.

True -  Automatically set the PRF for the measurement.

Return Type

Boolean

Default

True

Examples

pulse.AutoOptimizePRF = True 'Write

value = pulse.AutoOptimizePRF 'Read

C++ Syntax

HRESULT get_AutoOptimizePRF(VARIANT_BOOL *pVal);

HRESULT put_AutoOptimizePRF(VARIANT_BOOL newVal);

Interface

IPulseMeasurementControl


Last Modified:

11-Mar-2010

New topic