[Missing <summary> documentation for "M:CoreDevices.Devices.IFunctionGeneratorCom.BuildBuffer(CoreDevices.Devices.FunctionGenerator.Waveforms,System.Double,System.Double,System.Double,System.Double,System.Double,System.String)"]

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

Syntax

C#
double[] BuildBuffer(
	FunctionGenerator..::.Waveforms WaveFormType,
	double FrequencyWave,
	double Amplitude,
	double Phase,
	double Offset,
	double OutputTime,
	string Formula
)
Visual Basic (Declaration)
Function BuildBuffer ( _
	WaveFormType As FunctionGenerator..::.Waveforms, _
	FrequencyWave As Double, _
	Amplitude As Double, _
	Phase As Double, _
	Offset As Double, _
	OutputTime As Double, _
	Formula As String _
) As Double()
Visual C++
array<double>^ BuildBuffer(
	FunctionGenerator..::.Waveforms WaveFormType, 
	double FrequencyWave, 
	double Amplitude, 
	double Phase, 
	double Offset, 
	double OutputTime, 
	String^ Formula
)

Parameters

WaveFormType
Type: CoreDevices.Devices..::.FunctionGenerator..::.Waveforms

[Missing <param name="WaveFormType"/> documentation for "M:CoreDevices.Devices.IFunctionGeneratorCom.BuildBuffer(CoreDevices.Devices.FunctionGenerator.Waveforms,System.Double,System.Double,System.Double,System.Double,System.Double,System.String)"]

FrequencyWave
Type: System..::.Double

[Missing <param name="FrequencyWave"/> documentation for "M:CoreDevices.Devices.IFunctionGeneratorCom.BuildBuffer(CoreDevices.Devices.FunctionGenerator.Waveforms,System.Double,System.Double,System.Double,System.Double,System.Double,System.String)"]

Amplitude
Type: System..::.Double

[Missing <param name="Amplitude"/> documentation for "M:CoreDevices.Devices.IFunctionGeneratorCom.BuildBuffer(CoreDevices.Devices.FunctionGenerator.Waveforms,System.Double,System.Double,System.Double,System.Double,System.Double,System.String)"]

Phase
Type: System..::.Double

[Missing <param name="Phase"/> documentation for "M:CoreDevices.Devices.IFunctionGeneratorCom.BuildBuffer(CoreDevices.Devices.FunctionGenerator.Waveforms,System.Double,System.Double,System.Double,System.Double,System.Double,System.String)"]

Offset
Type: System..::.Double

[Missing <param name="Offset"/> documentation for "M:CoreDevices.Devices.IFunctionGeneratorCom.BuildBuffer(CoreDevices.Devices.FunctionGenerator.Waveforms,System.Double,System.Double,System.Double,System.Double,System.Double,System.String)"]

OutputTime
Type: System..::.Double

[Missing <param name="OutputTime"/> documentation for "M:CoreDevices.Devices.IFunctionGeneratorCom.BuildBuffer(CoreDevices.Devices.FunctionGenerator.Waveforms,System.Double,System.Double,System.Double,System.Double,System.Double,System.String)"]

Formula
Type: System..::.String

[Missing <param name="Formula"/> documentation for "M:CoreDevices.Devices.IFunctionGeneratorCom.BuildBuffer(CoreDevices.Devices.FunctionGenerator.Waveforms,System.Double,System.Double,System.Double,System.Double,System.Double,System.String)"]

Return Value

[Missing <returns> documentation for "M:CoreDevices.Devices.IFunctionGeneratorCom.BuildBuffer(CoreDevices.Devices.FunctionGenerator.Waveforms,System.Double,System.Double,System.Double,System.Double,System.Double,System.String)"]

See Also