Write/Read |
About Pulse Measurements |
Description |
Set and read the pulse mode detection method. |
VB Syntax |
pulseMeas.WideBandDectionState = bool |
Variable |
(Type) - Description |
pulseMeas |
A PulseMeasurementControl (object) |
bool |
False - Narrowband mode. True - Wideband mode |
Return Type |
Boolean |
Default |
Based on pulse width. |
Examples |
pulse.WideBandDectionState = True 'Write |
value = pulse.WideBandDectionState 'Read |
|
C++ Syntax |
HRESULT get_WideBandDectionState(VARIANT_BOOL *pVal); HRESULT put_WideBandDectionState(VARIANT_BOOL newVal); |
Interface |
IPulseMeasurementControl |