Write/Read
About Integrated Pulsed App

MasterPeriod Property


Description

Sets the period for ALL internal pulse generators.

This setting is equal to 1/PRF which is set with MasterFrequency Property.

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

 VB Syntax

pulse.MasterPeriod = value

Variable

(Type) - Description

pulse

A PulseMeasurementControl Object (object)

value

(Double)  Period in seconds.

Return Type

Double

Default

1 msec

Examples

pulse.MasterPeriod = 1e-4 'Write

value = pulse.MasterPeriod 'Read

C++ Syntax

HRESULT get_MasterPeriod(double* MasterPeriod);

HRESULT put_MasterPeriod(double MasterPeriod);

Interface

IPulseMeasurementControl2



Last modified:

9-May-2011

New topic