Removes the specified channel from the buffer. Does not affect the DAQ

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

Syntax

C#
public void RemoveChannelData(
	int Channel
)
Visual Basic (Declaration)
Public Sub RemoveChannelData ( _
	Channel As Integer _
)
Visual C++
public:
virtual void RemoveChannelData(
	int Channel
) sealed

Parameters

Channel
Type: System..::.Int32

[Missing <param name="Channel"/> documentation for "M:CoreDevices.Devices.FunctionGenerator.RemoveChannelData(System.Int32)"]

Implements

IFunctionGeneratorCom..::.RemoveChannelData(Int32)

See Also