Click or drag to resize

EISMethodUnavailableRunMeasurement Method

Run the measurement.

Namespace: CompreDriveSDK.Plugins.Analyzers.Methods.EIS
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public override IReadOnlyCollection<EISDatapoint> RunMeasurement(
	EISMethodSettings settings,
	CancellationToken cancel
)

Parameters

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

Return Value

IReadOnlyCollectionEISDatapoint
A list of all measured datapoints.
See Also