Mitsubishi Netcom User Manual
Rev 3 02/24/2009
38
"The present source of output power.
A value of none (2)
indicates
there is no source of output power (and therefore no output
power),
for example, the system has opened the output breaker."
::= { upsOutput 1 }
upsOutputFrequency OBJECT-TYPE
SYNTAX
NonNegativeInteger
-- UNITS 0.1 Hertz
ACCESS
read-only
STATUS
mandatory
DESCRIPTION
"The present output frequency (0.1 Hertz)."
::= { upsOutput 2 }
upsOutputNumLines OBJECT-TYPE
SYNTAX
NonNegativeInteger
ACCESS
read-only
STATUS
mandatory
DESCRIPTION
"The number of output lines utilized in this device.
This
variable indicates the number of rows in the output table."
::= { upsOutput 3 }
upsOutputTable OBJECT-TYPE
SYNTAX
SEQUENCE OF UpsOutputEntry
ACCESS
not-accessible
STATUS
mandatory
DESCRIPTION
"A list of output table entries.
The number of
entries is given by the value of upsOutputNumLines."
::= { upsOutput 4 }
upsOutputEntry OBJECT-TYPE
SYNTAX
UpsOutputEntry
ACCESS
not-accessible
STATUS
mandatory
DESCRIPTION
"An entry containing information applicable to a
particular output line."
INDEX
{ upsOutputLineIndex }
::= { upsOutputTable 1 }
UpsOutputEntry ::=
SEQUENCE
{
upsOutputLineIndex
PositiveInteger,
upsOutputVoltage
NonNegativeInteger,
upsOutputCurrent
NonNegativeInteger,
upsOutputPower
NonNegativeInteger,
upsOutputPercentLoad
INTEGER
}
upsOutputLineIndex OBJECT-TYPE
SYNTAX
PositiveInteger
ACCESS
read-only
STATUS
mandatory