|
|
Description:
|
upsRunTimeCalibration OBJECT-TYPE
SYNTAX INTEGER {
performTest(1),
abortTest(2),
testInProgress(3),
testNotInProgress(4)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object may be written to initiate or terminate the test
used to calibrate the returned run time value. This test
will only run if battery capacity is 100%. Results of this
test can be retrieved by upsEstimatedRunTimeRemaining. Valid
values for writing are 1 (initiate test) and 2 (terminate test).
In addition, this object may be read to determine whether
the test is currently running. Valid values for reading
are 3 (test is in progress) and 4 (test is not in progress)."
|
|
|
|