Class CmemCapture
- Namespace
- Tol
- Assembly
- Tol.dll
public class CmemCapture : IDigitalCapture
- Inheritance
-
CmemCapture
- Implements
- Inherited Members
Properties
DeviceData
Capture memory device data.
public PinSite<double[]> DeviceData { get; }
Property Value
- PinSite<double[]>
FailingCycleData
Capture memory failing cycle data.
public PinSite<int[]> FailingCycleData { get; }
Property Value
- PinSite<int[]>
Pins
Pins to capture memory from.
public IDigitalPins Pins { get; }
Property Value
Methods
Configure()
Configures the hardware for capture memory.
public void Configure()
Read()
Reads capture data.
public void Read()
Reset()
Resets capture memory.
public void Reset()