 | CurrentFromAmps Method |
Create a new current object from a value in [A].
Namespace: CompreDriveSDK.Plugins.Analyzers.DefinitionsAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxpublic static Current FromAmps(
double i
)
Public Shared Function FromAmps (
i As Double
) As Current
Parameters
- i Double
- The value in [A].
Return Value
CurrentThe current object.
See Also