Measure/Capacitance.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_Capacitance

Package: Zend_Measure\Zend_Measure_Capacitance
Class for handling capacitance 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 = 'FARAD'
>VConstant  ABFARAD = 'ABFARAD'
>VConstant  AMPERE_PER_SECOND_VOLT = 'AMPERE_PER_SECOND_VOLT'
>VConstant  CENTIFARAD = 'CENTIFARAD'
>VConstant  COULOMB_PER_VOLT = 'COULOMB_PER_VOLT'
>VConstant  DECIFARAD = 'DECIFARAD'
>VConstant  DEKAFARAD = 'DEKAFARAD'
>VConstant  ELECTROMAGNETIC_UNIT = 'ELECTROMAGNETIC_UNIT'
>VConstant  ELECTROSTATIC_UNIT = 'ELECTROSTATIC_UNIT'
>VConstant  FARAD = 'FARAD'
>VConstant  FARAD_INTERNATIONAL = 'FARAD_INTERNATIONAL'
>VConstant  GAUSSIAN = 'GAUSSIAN'
>VConstant  GIGAFARAD = 'GIGAFARAD'
>VConstant  HECTOFARAD = 'HECTOFARAD'
>VConstant  JAR = 'JAR'
>VConstant  KILOFARAD = 'KILOFARAD'
>VConstant  MEGAFARAD = 'MEGAFARAD'
>VConstant  MICROFARAD = 'MICROFARAD'
>VConstant  MILLIFARAD = 'MILLIFARAD'
>VConstant  NANOFARAD = 'NANOFARAD'
>VConstant  PICOFARAD = 'PICOFARAD'
>VConstant  PUFF = 'PUFF'
>VConstant  SECOND_PER_OHM = 'SECOND_PER_OHM'
>VConstant  STATFARAD = 'STATFARAD'
>VConstant  TERAFARAD = 'TERAFARAD'

Properties

>VPropertyprotectedarray $_units = array('ABFARAD' => array('1.0e+9', 'abfarad'), 'AMPERE_PER_SECOND_VOLT' => array('1', 'A/sV'), 'CENTIFARAD' => array('0.01', 'cF'), 'COULOMB_PER_VOLT' => array('1', 'C/V'), 'DECIFARAD' => array('0.1', 'dF'), 'DEKAFARAD' => array('10', 'daF'), 'ELECTROMAGNETIC_UNIT' => array('1.0e+9', 'capacity emu'), 'ELECTROSTATIC_UNIT' => array('1.11265e-12', 'capacity esu'), 'FARAD' => array('1', 'F'), 'FARAD_INTERNATIONAL' => array('0.99951', 'F'), 'GAUSSIAN' => array('1.11265e-12', 'G'), 'GIGAFARAD' => array('1.0e+9', 'GF'), 'HECTOFARAD' => array('100', 'hF'), 'JAR' => array('1.11265e-9', 'jar'), 'KILOFARAD' => array('1000', 'kF'), 'MEGAFARAD' => array('1000000', 'MF'), 'MICROFARAD' => array('0.000001', 'µF'), 'MILLIFARAD' => array('0.001', 'mF'), 'NANOFARAD' => array('1.0e-9', 'nF'), 'PICOFARAD' => array('1.0e-12', 'pF'), 'PUFF' => array('1.0e-12', 'pF'), 'SECOND_PER_OHM' => array('1', 's/Ohm'), 'STATFARAD' => array('1.11265e-12', 'statfarad'), 'TERAFARAD' => array('1.0e+12', 'TF'), 'STANDARD' => 'FARAD')
Calculations for all capacitance units
Default valuearray('ABFARAD' => array('1.0e+9', 'abfarad'), 'AMPERE_PER_SECOND_VOLT' => array('1', 'A/sV'), 'CENTIFARAD' => array('0.01', 'cF'), 'COULOMB_PER_VOLT' => array('1', 'C/V'), 'DECIFARAD' => array('0.1', 'dF'), 'DEKAFARAD' => array('10', 'daF'), 'ELECTROMAGNETIC_UNIT' => array('1.0e+9', 'capacity emu'), 'ELECTROSTATIC_UNIT' => array('1.11265e-12', 'capacity esu'), 'FARAD' => array('1', 'F'), 'FARAD_INTERNATIONAL' => array('0.99951', 'F'), 'GAUSSIAN' => array('1.11265e-12', 'G'), 'GIGAFARAD' => array('1.0e+9', 'GF'), 'HECTOFARAD' => array('100', 'hF'), 'JAR' => array('1.11265e-9', 'jar'), 'KILOFARAD' => array('1000', 'kF'), 'MEGAFARAD' => array('1000000', 'MF'), 'MICROFARAD' => array('0.000001', 'µF'), 'MILLIFARAD' => array('0.001', 'mF'), 'NANOFARAD' => array('1.0e-9', 'nF'), 'PICOFARAD' => array('1.0e-12', 'pF'), 'PUFF' => array('1.0e-12', 'pF'), 'SECOND_PER_OHM' => array('1', 's/Ohm'), 'STATFARAD' => array('1.11265e-12', 'statfarad'), 'TERAFARAD' => array('1.0e+12', 'TF'), 'STANDARD' => 'FARAD')Details
Type
array
Documentation was generated by phpDocumentor 2.2.0 .