Click or drag to resize

IAnalyzerMethodTSettings, TPointRunMeasurement Method

Run the measurement.

Namespace: CompreDriveSDK.Plugins.Analyzers.Methods
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
IReadOnlyCollection<TPoint> RunMeasurement(
	TSettings settings,
	CancellationToken cancel
)

Parameters

settings  TSettings
The settings to use.
cancel  CancellationToken
A cancellation token.

Return Value

IReadOnlyCollectionTPoint
A list of all measured datapoints.
See Also