MultiCam Boards Documentation > MultiCam Documentation > MultiCam Reference > Channel Class > Signaling Category > Adjust Level (Signaling) > SignalEnable

SignalEnable

Description

Type

Enumerated

Description

Selection of callback or waiting signals

"Set" effect

Enables or disables a particular signal

"Get" effect

Returns a signal enable state

Classification

Class

Channel

Category

Signaling

Level

Adjust

Identifiers

String

SignalEnable

C, C++

MC_SignalEnable

.NET

MC.SignalEnable

Numerical

24

This collection parameter selects the MultiCam signals able to call a callback function or to trigger a waiting function.

Possible values

Name

Identifier

Description

ON

MC_SignalEnable_ON

The signal is included in the selection.

OFF

MC_SignalEnable_OFF

The signal is not included in the selection.

AFTER_EAS

MC_SignalEnable_AFTER_EAS

The signal is disabled until the end of acquisition sequence.

For more information, refer to Enabling Signals.