Write/Read |
About Pulse Measurements |
Description |
Sets and returns ALC mode that the Pulse Setup will use when the pulse is turned off. Learn more. |
VB Syntax |
pulseMeas.PulseOffAlcMode = value |
Variable |
(Type) - Description |
pulseMeas |
A PulseMeasControl (object) |
value |
(Enum as NAALCLevelingMode) Choose from: (0) naALCInternal - Set ALC to internal when the pulse is turned off. (1) naALCOpenLoop - Set ALC to open loop to use no ALC when the pulse is turned off. |
Return Type |
Enum |
Default |
(0) naALCInternal |
Examples |
pulseMeas.PulseOffAlcMode = naALCOpenLoop 'Write |
value = pulseMeas.PulseOffAlcMode 'Read |
|
C++ Syntax |
HRESULT get_PulseOffAlcMode(tagNAALCLevelingMode* pVal); HRESULT put_PulseOffAlcMode(tagNAALCLevelingMode newVal); |
Interface |
IPulseMeasControl4 |