Write/Read |
About Pulse Measurements |
Description |
In Narrowband pulse mode, choose to set the delay and width automatically or manually. This is labeled "Autoselect Width and Delay" on the user-interface. |
VB Syntax |
pulseMeas.AutoPulseTiming = bool |
Variable |
(Type) - Description |
pulseMeas |
A PulseMeasurementControl (object) |
bool |
False - Manually set the delay and width for the measurement. True - Automatically set the delay and width for the measurement. |
Return Type |
Boolean |
Default |
True |
Examples |
pulse.AutoPulseTiming = True 'Write |
value = pulse.AutoPulseTiming 'Read |
|
C++ Syntax |
HRESULT get_AutoPulseTiming(VARIANT_BOOL *pVal); HRESULT put_AutoPulseTiming(VARIANT_BOOL newVal); |
Interface |
IPulseMeasurementControl |