Click or drag to resize

CurrentFromAmps Method

Create a new current object from a value in [A].

Namespace: CompreDriveSDK.Plugins.Analyzers.Definitions
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public static Current FromAmps(
	double i
)

Parameters

i  Double
The value in [A].

Return Value

Current
The current object.
See Also