PalmSens SDK Class Library

Comm.Measure Method (Method, Int32)

Run a measurement with the current parameters as set in the Method.

[Visual Basic]
Overloads Public Sub Measure( _
   ByVal m As Method, _
   ByVal muxchannel As Integer _
)
[C#]
public void Measure(
   Method m,
   int muxchannel
);

Remarks

During a measurement, several events may be raised, depending on the method that is currently selected. If the communication channel allows it, the data points being measured will be updated in real-time. In that case, the CurrentCurve and/or CurrentMuxCurves properties will be updated whenever new data is received. At the end of the measurement, a ReceiveCurve() event will be raised.

See Also

Comm Class | PalmSens.Comm Namespace | Comm.Measure Overload List