[Missing <summary> documentation for "M:CoreDevices.Interfaces.IComCMMCore.GetSignalUpperLimit(System.String)"]

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

Syntax

C#
double GetSignalUpperLimit(
	string deviceLabel
)
Visual Basic (Declaration)
Function GetSignalUpperLimit ( _
	deviceLabel As String _
) As Double
Visual C++
double GetSignalUpperLimit(
	String^ deviceLabel
)

Parameters

deviceLabel
Type: System..::.String

[Missing <param name="deviceLabel"/> documentation for "M:CoreDevices.Interfaces.IComCMMCore.GetSignalUpperLimit(System.String)"]

Return Value

[Missing <returns> documentation for "M:CoreDevices.Interfaces.IComCMMCore.GetSignalUpperLimit(System.String)"]

See Also