Package jisa.devices.interfaces
Interface Instrument.Setter<S>
-
- Enclosing interface:
- Instrument
public static interface Instrument.Setter<S>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
set(S value)
-
-
-
Method Detail
-
set
void set(S value) throws java.io.IOException, DeviceException
- Throws:
java.io.IOException
DeviceException
-
-