Measure/Current.php

Show: PublicProtectedPrivateinherited
Table of Contents
Zend Framework
LICENSE This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Measure  
Version
$Id$  

\Zend_Measure_Current

Package: Zend_Measure\Zend_Measure_Current
Class for handling current conversions
Parent(s)
\Zend_Measure_Abstract
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Constants

>VConstant  STANDARD = 'AMPERE'
>VConstant  ABAMPERE = 'ABAMPERE'
>VConstant  AMPERE = 'AMPERE'
>VConstant  BIOT = 'BIOT'
>VConstant  CENTIAMPERE = 'CENTIAMPERE'
>VConstant  COULOMB_PER_SECOND = 'COULOMB_PER_SECOND'
>VConstant  DECIAMPERE = 'DECIAMPERE'
>VConstant  DEKAAMPERE = 'DEKAAMPERE'
>VConstant  ELECTROMAGNETIC_UNIT = 'ELECTROMAGNATIC_UNIT'
>VConstant  ELECTROSTATIC_UNIT = 'ELECTROSTATIC_UNIT'
>VConstant  FRANCLIN_PER_SECOND = 'FRANCLIN_PER_SECOND'
>VConstant  GAUSSIAN = 'GAUSSIAN'
>VConstant  GIGAAMPERE = 'GIGAAMPERE'
>VConstant  GILBERT = 'GILBERT'
>VConstant  HECTOAMPERE = 'HECTOAMPERE'
>VConstant  KILOAMPERE = 'KILOAMPERE'
>VConstant  MEGAAMPERE = 'MEGAAMPERE'
>VConstant  MICROAMPERE = 'MICROAMPERE'
>VConstant  MILLIAMPERE = 'MILLIAMPERE'
>VConstant  NANOAMPERE = 'NANOAMPERE'
>VConstant  PICOAMPERE = 'PICOAMPERE'
>VConstant  SIEMENS_VOLT = 'SIEMENS_VOLT'
>VConstant  STATAMPERE = 'STATAMPERE'
>VConstant  TERAAMPERE = 'TERAAMPERE'
>VConstant  VOLT_PER_OHM = 'VOLT_PER_OHM'
>VConstant  WATT_PER_VOLT = 'WATT_PER_VOLT'
>VConstant  WEBER_PER_HENRY = 'WEBER_PER_HENRY'

Properties

>VPropertyprotectedarray $_units = array('ABAMPERE' => array('10', 'abampere'), 'AMPERE' => array('1', 'A'), 'BIOT' => array('10', 'Bi'), 'CENTIAMPERE' => array('0.01', 'cA'), 'COULOMB_PER_SECOND' => array('1', 'C/s'), 'DECIAMPERE' => array('0.1', 'dA'), 'DEKAAMPERE' => array('10', 'daA'), 'ELECTROMAGNATIC_UNIT' => array('10', 'current emu'), 'ELECTROSTATIC_UNIT' => array('3.335641e-10', 'current esu'), 'FRANCLIN_PER_SECOND' => array('3.335641e-10', 'Fr/s'), 'GAUSSIAN' => array('3.335641e-10', 'G current'), 'GIGAAMPERE' => array('1.0e+9', 'GA'), 'GILBERT' => array('0.79577472', 'Gi'), 'HECTOAMPERE' => array('100', 'hA'), 'KILOAMPERE' => array('1000', 'kA'), 'MEGAAMPERE' => array('1000000', 'MA'), 'MICROAMPERE' => array('0.000001', 'µA'), 'MILLIAMPERE' => array('0.001', 'mA'), 'NANOAMPERE' => array('1.0e-9', 'nA'), 'PICOAMPERE' => array('1.0e-12', 'pA'), 'SIEMENS_VOLT' => array('1', 'SV'), 'STATAMPERE' => array('3.335641e-10', 'statampere'), 'TERAAMPERE' => array('1.0e+12', 'TA'), 'VOLT_PER_OHM' => array('1', 'V/Ohm'), 'WATT_PER_VOLT' => array('1', 'W/V'), 'WEBER_PER_HENRY' => array('1', 'Wb/H'), 'STANDARD' => 'AMPERE')
Calculations for all current units
Default valuearray('ABAMPERE' => array('10', 'abampere'), 'AMPERE' => array('1', 'A'), 'BIOT' => array('10', 'Bi'), 'CENTIAMPERE' => array('0.01', 'cA'), 'COULOMB_PER_SECOND' => array('1', 'C/s'), 'DECIAMPERE' => array('0.1', 'dA'), 'DEKAAMPERE' => array('10', 'daA'), 'ELECTROMAGNATIC_UNIT' => array('10', 'current emu'), 'ELECTROSTATIC_UNIT' => array('3.335641e-10', 'current esu'), 'FRANCLIN_PER_SECOND' => array('3.335641e-10', 'Fr/s'), 'GAUSSIAN' => array('3.335641e-10', 'G current'), 'GIGAAMPERE' => array('1.0e+9', 'GA'), 'GILBERT' => array('0.79577472', 'Gi'), 'HECTOAMPERE' => array('100', 'hA'), 'KILOAMPERE' => array('1000', 'kA'), 'MEGAAMPERE' => array('1000000', 'MA'), 'MICROAMPERE' => array('0.000001', 'µA'), 'MILLIAMPERE' => array('0.001', 'mA'), 'NANOAMPERE' => array('1.0e-9', 'nA'), 'PICOAMPERE' => array('1.0e-12', 'pA'), 'SIEMENS_VOLT' => array('1', 'SV'), 'STATAMPERE' => array('3.335641e-10', 'statampere'), 'TERAAMPERE' => array('1.0e+12', 'TA'), 'VOLT_PER_OHM' => array('1', 'V/Ohm'), 'WATT_PER_VOLT' => array('1', 'W/V'), 'WEBER_PER_HENRY' => array('1', 'Wb/H'), 'STANDARD' => 'AMPERE')Details
Type
array
Documentation was generated by phpDocumentor 2.2.0 .