Read-only
About Trigger

IsHold Property


Description

Returns whether or not a channel is in hold mode. To set the channel to hold mode, use Hold Method.

 VB Syntax

value = chan.IsHold

Variable

(Type) - Description

value

(boolean) - Choose either:

False  - Channel trigger is NOT set to hold.

True - Channel trigger IS set to hold.

chan

Channel (object)

Return Type

Boolean

Default

Not Applicable

Examples

trig = chan.IsHold 'Read

C++ Syntax

HRESULT get_IsHold ( VARIANT_BOOL *bHold);

Interface

IChannel4


Last Modified:

11-Nov-2014

Edited IChannel 3 to 4