Package | Description |
---|---|
org.epics.pvmanager.data |
Support for control system types.
|
Modifier and Type | Method and Description |
---|---|
NumberFormat |
Display.getFormat()
Returns a NumberFormat that creates a String with just the value (no units).
|
List<String> |
Enum.getLabels()
All the possible labels.
|
Double |
Display.getLowerAlarmLimit()
Lowest value before the alarm region.
|
Double |
Display.getLowerCtrlLimit()
Lowest possible value (included).
|
Double |
Display.getLowerDisplayLimit()
Lowest possible value to be displayed.
|
Double |
Display.getLowerWarningLimit()
Lowest value before the warning region.
|
String |
VExtendedAlarm.Condition.getName()
A short name for the alarm condition.
|
AlarmSeverity |
VExtendedAlarm.Condition.getSeverity()
The severity associated with the alarm.
|
String |
Display.getUnits()
String representation of the units using for all values.
|
Double |
Display.getUpperAlarmLimit()
Highest value before the alarm region.
|
Double |
Display.getUpperCtrlLimit()
Highest possible value (included).
|
Double |
Display.getUpperDisplayLimit()
Highest possible value to be displayed.
|
Double |
Display.getUpperWarningLimit()
Highest value before the warning region.
|
Copyright © 2012. All Rights Reserved.