Click or drag to resize

OCPDatapoint Constructor

Initializes a new instance of the OCPDatapoint class.

Namespace: CompreDriveSDK.Plugins.Analyzers.Methods.OCP
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public OCPDatapoint(
	TimeSpan time,
	Voltage voltage
)

Parameters

time  TimeSpan
The time.
voltage  Voltage
The voltage.
See Also