Read-only |
About Trigger |
Description |
Returns whether or not a channel is in continuous mode. To set the channel to continuous mode, use Continuous Method. |
VB Syntax |
value = chan.IsContinuous |
Variable |
(Type) - Description |
value |
(boolean) - Choose either: False - Channel trigger is NOT set to continuous. True - Channel trigger IS set to continuous. |
chan |
Channel (object) |
Return Type |
Boolean |
Default |
Not Applicable |
Examples |
trig = chan.IsContinuous 'Read |
C++ Syntax |
HRESULT get_IsContinuous ( VARIANT_BOOL *bContinuous); |
Interface |
IChannel4 |