MultiCam Boards Documentation > MultiCam Documentation > MultiCam Reference > Channel Class > Signaling Category > Expert Level (Signaling) > GenerateSignal

GenerateSignal

Description

Type

Enumerated collection

Description

Selection of mode of signal generation

"Set" effect

Sets the mode of signal generation

"Get" effect

Returns the current mode of signal generation

Classification

Class

Channel

Category

Signaling

Level

Expert

Identifiers

String

GenerateSignal

C, C++

MC_GenerateSignal

.NET

MC.GenerateSignal

Numerical

73

This collection parameter is used to choose between two possible modes of signal generation.

By default, each MultiCam event occurrence produces a signal (if the corresponding signal is enabled). If a signal cannot be generated when the event occurs, the signal is queued. In this mode, each event produces a signal.

In the other signal generation mode, the signals are not queued. MultiCam only keeps information about the latest event of each type.

Possible values

Name

Identifier

Description

EACH_EVENT

MC_GenerateSignal_EACH_EVENT

Each MultiCam event produces a signal. If necessary, the signals are queued by MultiCam.

LATEST_EVENT

MC_GenerateSignal_LATEST_EVENT

The signals are not queued by MultiCam.

The default value of GenerateSignal is EACH_EVENT.