Write-only |
About Triggering |
Description |
Resumes the trigger mode of all channels that was in effect before sending the channels.Hold method. Channels.Hold must be sent before channels.Resume, using the same instance of the Channels object. |
VB Syntax |
chans.Resume |
Variable |
(Type) - Description |
chans |
A Channel collection (object) |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
chans.Resume |
C++ Syntax |
HRESULT Resume(); |
Interface |
IChannels2 |