public static class Publish.Calibration extends Object
| Modifier and Type | Field and Description |
|---|---|
Double |
Intercept
Intercept
|
String |
InterceptUnit
Intercept unit
|
Double |
RangeEnd
Range end
|
Double |
RangeStart
Range start
|
Double |
Slope
Slope
|
| Constructor and Description |
|---|
Calibration() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getIntercept() |
String |
getInterceptUnit() |
Double |
getRangeEnd() |
Double |
getRangeStart() |
Double |
getSlope() |
Publish.Calibration |
setIntercept(Double value) |
Publish.Calibration |
setInterceptUnit(String value) |
Publish.Calibration |
setRangeEnd(Double value) |
Publish.Calibration |
setRangeStart(Double value) |
Publish.Calibration |
setSlope(Double value) |
public Double RangeStart
public Double RangeEnd
public Double Slope
public Double Intercept
public String InterceptUnit
public Double getRangeStart()
public Publish.Calibration setRangeStart(Double value)
public Double getRangeEnd()
public Publish.Calibration setRangeEnd(Double value)
public Double getSlope()
public Publish.Calibration setSlope(Double value)
public Double getIntercept()
public Publish.Calibration setIntercept(Double value)
public String getInterceptUnit()
public Publish.Calibration setInterceptUnit(String value)
Copyright © 2022. All rights reserved.