Primary acquisition method. This will work for 2D aquisition
Namespace:
CoreDevicesAssembly: 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 path, string filename, int NumFrames ) |
Visual Basic (Declaration) |
---|
Public Sub RunChannelAcquisition ( _ ActiveGroup As ChannelGroup, _ CameraDevice As String, _ TimePerFrameMS As Long, _ Save As Boolean, _ path As String, _ filename As String, _ NumFrames As Integer _ ) |
Visual C++ |
---|
public: virtual void RunChannelAcquisition( ChannelGroup^ ActiveGroup, String^ CameraDevice, long long TimePerFrameMS, bool Save, String^ path, String^ filename, int NumFrames ) sealed |
Parameters
- ActiveGroup
- Type: CoreDevices..::.ChannelGroup
Channelgroup describing the states of the microscope
- CameraDevice
- Type: System..::.String
The camera that is desired for this aquisition
- TimePerFrameMS
- Type: System..::.Int64
The time from the start of one image to start of next image
- Save
- Type: System..::.Boolean
Auto save raw image
- path
- Type: System..::.String
SAve path (this should be set to the experiment folder)
- filename
- Type: System..::.String
Save filename
- NumFrames
- Type: System..::.Int32
Number of images to aquire, -1 means unlimited