Write/Read |
About Integrated Pulsed App |
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.PrimaryWidth = value |
Variable |
(Type) - Description |
pulse |
A PulseMeasurementControl Object (object) |
value |
(Double) Pulse width in seconds. |
Return Type |
Double |
Default |
100 microseconds |
Examples |
pulse.PrimaryWidth = 1e-3 'Write |
value = pulse.PrimaryWidth 'Read |
|
C++ Syntax |
HRESULT get_PrimaryWidth(double* Width); HRESULT put_PrimaryWidth(double Width); |
Interface |
IPulseMeasurementControl2 |