Write/Read |
About PNA-X Pulsed Capabilities |
Description |
Sets the pulse width - the amount of time that the pulse is ON. |
VB Syntax |
pulse.Width (n) = value |
Variable |
(Type) - Description |
pulse |
A PulseGenerator (object) |
n |
(Integer) Pulse generator number. Choose from 0 to 4.
0 is the generator that pulses the ADC. |
value |
(Double) Pulse width in seconds. Choose a value from about 33ns to about 70 seconds. |
Return Type |
Double |
Default |
1e-4 sec |
Examples |
pulse.Width = 1ms 'Write |
value = pulse.Width 'Read |
|
C++ Syntax |
HRESULT get_Width (integer pulse, double* width); HRESULT put_Width (integer pulse, double width); |
Interface |
IPulseGenerator |