MultiChannel

_MCHCapturingSetup, MCHCapturingAuto, MCHCapturingCapture, MCHCapturingFinish, MCHCapturingLive, MCHCapturingNew, MCHCapturingOpen, MCHCapturingSetPlane

MCHCapturingAuto

This function runs the Acquire > Capture Multichannel Image > Capture Automatically command.

Description 

 MCHCapturingAuto();

This function starts the automatic multichannel image acquisition.

MCHCapturingCapture

Description 

 MCHCapturingCapture();

This function captures a single channel while the manual multichannel acquisition is running. When the current channel is captured, it switches to the next channel.

MCHCapturingFinish

Description 

 MCHCapturingFinish();

This function captures the current live channel and stops the multichannel document acquisition. The view changes to display All components.

MCHCapturingLive

Description 

 MCHCapturingLive();

This function starts a new single channel acquisition of the current channel during a multichannel experiment. It corresponds to the Live button in the multichannel document window.

MCHCapturingNew

This function runs the Acquire > Capture Multichannel Image > Capture Manually command.

Description 

 MCHCapturingNew();

This function starts manual multichannel document acquisition.

MCHCapturingOpen

Description 

 MCHCapturingOpen();

This function starts a new multichannel acquisition of a previously captured multichannel document.

MCHCapturingSetPlane

Description 

 MCHCapturingSetPlane(
   int  MCHCapturingPlane
);

This function can switch between channels during the multichannel document acquisition. A Live multichannel document window must be activated by the Acquire > Capture Multichannel Image > Capture Manually command.

Parameters

int MCHCapturingPlane

The number of a component. Ranges from 0 to (N-1), where N is the number of channels.

_MCHCapturingSetup

This function runs the Acquire > Capture Multichannel Image > Multichannel Setup command.

Description 

 _MCHCapturingSetup();

This function displays the Multichannel Capture Setup dialog window.