MultiCam Boards Documentation > MultiCam Documentation > MultiCam Reference > Channel Class > Acquisition Control Category > Adjust Level (Acquisition Control) > TrigMode

TrigMode

Description

Type

Enumerated

Description

Grabber acquisition sequence triggering mode

"Set" effect

Sets the sequence triggering mode

"Get" effect

Returns the current sequence triggering mode

Classification

Class

Channel

Category

Acquisition Control

Level

Adjust

Identifiers

String

TrigMode

C, C++

MC_TrigMode

.NET

MC.TrigMode

Numerical

512

The TrigMode parameter establishes the starting conditions of an acquisition sequence.

Refer to the MultiCam Acquisition Principles application note.

Possible values

Name

Identifier

Description

IMMEDIATE

MC_TrigMode_IMMEDIATE

The acquisition sequence starts immediately without waiting for a trigger. Default value.

HARD

MC_TrigMode_HARD

The start of the acquisition sequence is delayed until the hardware trigger line senses a valid transition.

Parameters TrigLine or TrigLineIndex specify the location of a hardware trigger input line.

Parameters TrigCtl, TrigEdge and TrigFilter specify the configuration of the hardware trigger input line.

A programmable delay can be inserted with parameter PageDelay_Ln.

SOFT

MC_TrigMode_SOFT

The start of the acquisition sequence is delayed until the software sets parameter ForceTrig to TRIG.

COMBINED

MC_TrigMode_COMBINED

The start of the acquisition sequence is delayed until detection of hardware or software trigger.

SLAVE

MC_TrigMode_SLAVE

 

Note for Picolo Diligent. The only possible value is IMMEDIATE.