Write/Read
About Integrated Pulsed App

MasterFrequency Property


Description

Sets the pulse repetition frequency (PRF) for ALL internal pulse generators.

This setting is equal to 1/period which is set with MasterPeriod Property

Note: On the Pulse Setup dialog, this command is a "Basic" setting, intended to be used with the 'Auto' selections set to ON.

 VB Syntax

pulse.MasterFrequency = value

Variable

(Type) - Description

pulse

A PulseMeasurementControl (object)

value

(Double)  PRF in Hz.

Return Type

Double

Default

1 kHz

Examples

pulse.MasterFrequency = 1e4  'Write

value = pulse.MasterFrequency 'Read

C++ Syntax

HRESULT get_MasterFrequency(double* value);

HRESULT put_MasterFrequency(double value);

Interface

IPulseMeasurementControl2


Last modified:

11-May-2011

New topic