Write-only |
About Triggering |
Description |
Places ALL channels in hold mode. To resume all channels sweeping, use chans.Resume. (Must be the same instance of chans). To place a single channel in hold mode, use channel.Hold Method. |
VB Syntax |
chans.Hold |
Variable |
(Type) - Description |
chans |
A Channel collection (object) |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
chans.Hold |
C++ Syntax |
HRESULT Hold(); |
Interface |
IChannels2 |