Click or drag to resize

RelativeVoltage Constructor

Initializes a new instance of the RelativeVoltage class.

Namespace: CompreDriveSDK.Plugins.Analyzers.Definitions
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public RelativeVoltage(
	Voltage voltage,
	bool isRelativeToCell
)

Parameters

voltage  Voltage
The voltage.
isRelativeToCell  Boolean
Whether the voltage is relative to the current cell voltage (true), or absolute (false).
See Also