Adds a channel to the list of possible channels. Channel should be already initialized and set.

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

Syntax

C#
public void AddChannel(
	ChannelState newChannel
)
Visual Basic (Declaration)
Public Sub AddChannel ( _
	newChannel As ChannelState _
)
Visual C++
public:
void AddChannel(
	ChannelState^ newChannel
)

Parameters

newChannel
Type: CoreDevices..::.ChannelState

[Missing <param name="newChannel"/> documentation for "M:CoreDevices.EasyCoreMat.AddChannel(CoreDevices.ChannelState)"]

See Also