PalmSens SDK v1.8.2.0

Measurement Class

The measurement class contains all classes, functions and parameters necessary for performing a measurement with the PalmSens instrument. A measurement class can contain one method and multiple curves.

For a list of all members of this type, see Measurement Members.

System.Object
   PalmSens.Measurement
      PalmSens.Comm.CommMeasurement

[Visual Basic]
Public Class Measurement
    Implements IEnumerable
[C#]
public class Measurement : IEnumerable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Can be types ScanMeasurement (measure vs potential) or TimeMeasurement (measure vs time). This distinction is necessary for doing analysis.

Requirements

Namespace: PalmSens

Assembly: PalmSens (in PalmSens.dll)

See Also

Measurement Members | PalmSens Namespace