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.19.1
Syntax
public static Current FromAmps(
	double i
)

Parameters

i  Double
The value in [A].

Return Value

Current
The current object.
See Also