public interface Calibration
| Modifier and Type | Method and Description |
|---|---|
Number |
calibrate(Number xValue)
Method to convert an uncalibrated value to a calibrated value by
applying the Calibrator in the XTCE document.
|
Number |
uncalibrate(Number yValue)
Method to convert a calibrated value to an uncalibrated value by
reversing the Calibrator in the XTCE document.
|
Number calibrate(Number xValue) throws XTCEDatabaseException
xValue - Number containing the uncalibrated value.XTCEDatabaseException - thrown in the event that the operation
cannot be completed. The message will contain the reason, which is
already internationalized.Number uncalibrate(Number yValue) throws XTCEDatabaseException
yValue - Number containing the calibrated value.XTCEDatabaseException - thrown in the event that the operation
cannot be completed. The message will contain the reason, which is
already internationalized.Copyright © 2015–2019. All rights reserved.