Write/Read
About Integrated Pulsed App

MasterWidth Property


Description

Sets the pulse width for ALL internal pulse generators.

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.MasterWidth = value

Variable

(Type) - Description

pulse

A PulseMeasurementControl Object (object)

value

(Double)  Pulse width in seconds.

Return Type

Double

Default

100 microseconds

Examples

pulse.MasterWidth = 1e-3 'Write

value = pulse.MasterWidth 'Read

C++ Syntax

HRESULT get_MasterWidth(double* MasterWidth);

HRESULT put_MasterWidth(double MasterWidth);

Interface

IPulseMeasurementControl2


Last modified:

9-May-2011

New topic