Class WicaChannelMetadataRealArray
java.lang.Object
ch.psi.wica.model.channel.WicaChannelData
ch.psi.wica.model.channel.metadata.WicaChannelMetadata
ch.psi.wica.model.channel.metadata.WicaChannelMetadataRealArray
Represents the metadata for a channel whose type is REAL_ARRAY.
-
Constructor Summary
ConstructorsConstructorDescriptionWicaChannelMetadataRealArray
(String units, int precision, double upperDisplay, double lowerDisplay, double upperControl, double lowerControl, double upperAlarm, double lowerAlarm, double upperWarning, double lowerWarning) Constructs a new instance of the metadata for a channel whose type is REAL. -
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the Lower Alarm Limit.double
Returns the Drive Low Control Limit.double
Returns the Low Operating Range.double
Returns the Lower Warning Limit.int
Returns the Display Precision.getUnits()
Returns the Engineering Units.double
Returns the Upper Alarm limit.double
Returns the Drive High Control Limit.double
Returns the High Operating Range.double
Returns the Upper Warning Limit.Methods inherited from class ch.psi.wica.model.channel.WicaChannelData
getType, getWicaServerTimestamp
-
Constructor Details
-
WicaChannelMetadataRealArray
public WicaChannelMetadataRealArray(String units, int precision, double upperDisplay, double lowerDisplay, double upperControl, double lowerControl, double upperAlarm, double lowerAlarm, double upperWarning, double lowerWarning) Constructs a new instance of the metadata for a channel whose type is REAL.- Parameters:
units
- the units associated with the channel.precision
- the precision of the channel.upperDisplay
- the upper display limit of the channel.lowerDisplay
- the lower display limit of the channel.upperControl
- the upper control limit of the channel.lowerControl
- the lower control limit of the channel.upperAlarm
- the upper alarm limit of the channel.lowerAlarm
- the lower alarm limit of the channel.upperWarning
- the upper warning limit of the channel.lowerWarning
- the lower warning limit of the channel.
-
-
Method Details
-
getUnits
Returns the Engineering Units.- Returns:
- the value.
-
getPrecision
public int getPrecision()Returns the Display Precision.- Returns:
- the value.
-
getUpperDisplay
public double getUpperDisplay()Returns the High Operating Range.- Returns:
- the value.
-
getLowerDisplay
public double getLowerDisplay()Returns the Low Operating Range.- Returns:
- the value.
-
getUpperControl
public double getUpperControl()Returns the Drive High Control Limit.- Returns:
- the value.
-
getLowerControl
public double getLowerControl()Returns the Drive Low Control Limit.- Returns:
- the value.
-
getUpperAlarm
public double getUpperAlarm()Returns the Upper Alarm limit.- Returns:
- the value.
-
getLowerAlarm
public double getLowerAlarm()Returns the Lower Alarm Limit.- Returns:
- the value.
-
getUpperWarning
public double getUpperWarning()Returns the Upper Warning Limit.- Returns:
- the value.
-
getLowerWarning
public double getLowerWarning()Returns the Lower Warning Limit.- Returns:
- the value.
-