This will acquire a series of images using a channelgroup to determine the acquisition

Namespace:  CoreDevices
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void RunChannelAcquisition(
	ChannelGroup ActiveGroup,
	string CameraDevice,
	long TimePerFrameMS,
	bool Save,
	string SavePath,
	string Savefilename,
	int NumFrames
)
Visual Basic (Declaration)
Public Sub RunChannelAcquisition ( _
	ActiveGroup As ChannelGroup, _
	CameraDevice As String, _
	TimePerFrameMS As Long, _
	Save As Boolean, _
	SavePath As String, _
	Savefilename As String, _
	NumFrames As Integer _
)
Visual C++
public:
virtual void RunChannelAcquisition(
	ChannelGroup^ ActiveGroup, 
	String^ CameraDevice, 
	long long TimePerFrameMS, 
	bool Save, 
	String^ SavePath, 
	String^ Savefilename, 
	int NumFrames
) sealed

Parameters

ActiveGroup
Type: CoreDevices..::.ChannelGroup
Aquisition instructions
CameraDevice
Type: System..::.String
Desired camera
TimePerFrameMS
Type: System..::.Int64
Time from start of image to start of next image
Save
Type: System..::.Boolean
optional to save raw image immediately instead of through viewer
SavePath
Type: System..::.String
Save Folder
Savefilename
Type: System..::.String
Filename
NumFrames
Type: System..::.Int32
Number of images to aquire

Implements

IAquisitionEngineCom..::.RunChannelAcquisition(ChannelGroup, String, Int64, Boolean, String, String, Int32)

See Also