Package jisa.control
Interface ReadFilter
-
- All Known Implementing Classes:
BypassFilter,MeanMovingFilter,MeanRepeatFilter,MedianMovingFilter,MedianRepeatFilter
public interface ReadFilter
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceReadFilter.Setupable
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear()intgetCount()doublegetValue()voidsetCount(int count)voidsetUp()
-
-
-
Method Detail
-
getValue
double getValue() throws java.io.IOException, DeviceException- Throws:
java.io.IOExceptionDeviceException
-
setCount
void setCount(int count)
-
getCount
int getCount()
-
clear
void clear()
-
setUp
void setUp() throws java.io.IOException, DeviceException- Throws:
java.io.IOExceptionDeviceException
-
-