va - Volt-Amps
================

   
.. function:: va(voltage, current, phases=3)

    :module: src.jmktools.general
    :param voltage: The voltage of the circuit
    :type voltage: float
    :param current: The current of the circuit
    :type current: float
    :returns: volt-Amps in VA
    :rtype: float

    Describe the function


