Click or drag to resize

CyclingDatapoint Constructor

Initializes a new instance of the CyclingDatapoint class.

Namespace: CompreDriveSDK.Plugins.Analyzers.Methods.Cycling
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public CyclingDatapoint(
	TimeSpan time,
	Voltage voltage,
	Current current,
	ControlMode controlType,
	Charge totalCharge
)

Parameters

time  TimeSpan
The time of the recording.
voltage  Voltage
The voltage.
current  Current
The current.
controlType  ControlMode
The current control type.
totalCharge  Charge
The total charge during the cycle.
See Also