Write-only
About Triggering

Continuous Method


Description

The channel continuously responds to trigger signals.

Note: This command does NOT change TriggerSignal to Continuous.

 VB Syntax

chan.Continuous

Variable

(Type) - Description

chan

A Channel (object)

Return Type

Not Applicable

Default

Not Applicable

Examples

chan.Continuous

C++ Syntax

HRESULT Continuous()

Interface

IChannel