Interface IVSource

    • Method Detail

      • getDescription

        static java.lang.String getDescription()
      • getSetCurrent

        double getSetCurrent()
                      throws DeviceException,
                             java.io.IOException
        Get the default value or the value set by the setCurrent() method.
        Returns:
        current setting [A]
        Throws:
        DeviceException
        java.io.IOException
      • getSetVoltage

        double getSetVoltage()
                      throws DeviceException,
                             java.io.IOException
        Get the default value or the value set by the setVoltage() method.
        Returns:
        voltage setting [V]
        Throws:
        DeviceException
        java.io.IOException