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 interface
ReadFilter.Setupable
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clear()
int
getCount()
double
getValue()
void
setCount(int count)
void
setUp()
-
-
-
Method Detail
-
getValue
double getValue() throws java.io.IOException, DeviceException
- Throws:
java.io.IOException
DeviceException
-
setCount
void setCount(int count)
-
getCount
int getCount()
-
clear
void clear()
-
setUp
void setUp() throws java.io.IOException, DeviceException
- Throws:
java.io.IOException
DeviceException
-
-