Adds information to the channel buffer. Data is not yet sent to 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 AddChannelData(
	int Channel,
	double[] Data
)
Visual Basic (Declaration)
Public Sub AddChannelData ( _
	Channel As Integer, _
	Data As Double() _
)
Visual C++
public:
virtual void AddChannelData(
	int Channel, 
	array<double>^ Data
) sealed

Parameters

Channel
Type: System..::.Int32

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

Data
Type: array< System..::.Double >[]()[]

[Missing <param name="Data"/> documentation for "M:CoreDevices.Devices.FunctionGenerator.AddChannelData(System.Int32,System.Double[])"]

Implements

IFunctionGeneratorCom..::.AddChannelData(Int32, array<Double>[]()[])

See Also