|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSCCT.JavaSubscriber.SCCT_ChannelConfiguration
public class SCCT_ChannelConfiguration
This class contains all configurations associated with a channel.
Method Summary | |
---|---|
java.lang.String |
getDescription()
Gets the description of the channel. |
float |
getMaxValue()
Gets the maximum value that the channel can assume. |
float |
getMinValue()
Gets the minimum value that the channel can assume. |
int |
getNChannel()
Gets the number of the channel. |
float |
getSamplingRate()
Gets the sampling rate of the channel. |
java.lang.String |
getUnit()
Gets the measurement unit of the channel. |
boolean |
isInput()
|
boolean |
isOutput()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getDescription()
public java.lang.String getUnit()
public int getNChannel()
public float getSamplingRate()
public float getMinValue()
public float getMaxValue()
public boolean isInput()
public boolean isOutput()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |