Check if a sensor exceeded the minimum limit.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Shared Function CheckTrackedMinValue ( _
	lS As Integer, _
	lStatus As Integer _
) As Integer

Parameters

lS
Type: System..::..Int32
Sensor index (0...first sensor)
lStatus
Type: System..::..Int32

[Missing <param name="lStatus"/> documentation for "M:ExpSuite.Tracker.CheckTrackedMinValue(System.Int32,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:ExpSuite.Tracker.CheckTrackedMinValue(System.Int32,System.Int32)"]

Remarks

lStatus is a mask to check the requested dimension. Set to 63 to check all dimensions

See Also