3 import java.io.IOException;
72 String GET_MEASURED_VOLTAGE_COMMAND =
"MV?\r";
78 void reset() throws IOException;
96 void setVoltage(
double newVoltage) throws IOException;
108 void setCurrent(
double newCurrent) throws IOException;
void setVoltage(double newVoltage)
String SET_VOLTAGE_COMMAND
String GET_CURRENT_COMMAND
String SET_CURRENT_COMMAND
String SET_OUTPUT_COMMAND
String GET_VOLTAGE_COMMAND
String GET_ADDRESS_COMMAND
Double getMeasuredVoltage()
void setCurrent(double newCurrent)