Stops the signal generation and sets DAQ to desired value

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

Syntax

C#
public void StopGenerating(
	double EndValue
)
Visual Basic (Declaration)
Public Sub StopGenerating ( _
	EndValue As Double _
)
Visual C++
public:
void StopGenerating(
	double EndValue
)

Parameters

EndValue
Type: System..::.Double
Desired constant output of DAQ

See Also