Banks are a representation of a group of outlets. Banks are often referred to as circuits as well. One PDU typically has between 1 and 6 banks. Sometimes banks have circuit breakers.
{
"id": "286331153",
"inletId": "I1-1000016",
"firmwareVersion": "010100",
"hardwareVersion": "010105",
"outletSwitchingSupported": true,
"outletMeteringSupported": true,
"currentRms": 0.807,
"voltageRms": 119.900,
"lineFrequency": 60.138,
"powerFactor": 0.810,
"activePower": 0.009,
"apparentPower": 0.930,
"energyAccumulation": 42.21,
"bankName": "Bank 1",
"bankLines": "L1-L2",
"circuitBreakerClosed": true,
"hasCircuitBreakerProtection": true,
"enclosureSerialNumber": 1024122712
}
Key | Type | Description |
---|---|---|
id | string | Unique identifier for the bank |
inletId | string | ID of inlet which the bank is behind |
firmwareVersion | string | Version for bank firmware |
hardwareVersion | string | Version for hardware for bank |
outletSwitchingSupported | boolean | true if bank outlets support individual outlet switching |
outletMeteringSupported | boolean | true if bank outlets support individual outlet current metering |
currentRms | number | The instantaneous current measured at the inlet in Amps |
voltageRms | number | Instantaneous voltage reading at inlet and all outlets in volts |
lineFrequency | number | Line Frequency measurement valid from 45-65 GHz |
powerFactor | number | Power Factor reading. Value is signed value representing polarity of power factor |
activePower | number | Active Power measured in KW (kiloWatts). Power consumed by electrical resistance |
apparentPower | number | Power which is actually consumed or utilized |
energyAccumulation | number | Number of kilowatt hours accumulated. Can be used as billing unit for energy delivered |
bankName | string | User defined name for Bank |
bankLines | string | Specific Lines or line configuration which this bank is utilizing |
circuitBreakerClosed | boolean | State of circuit breakers. true if circuit breaker is closed and providing power correctly. |
enclosureSerialNumber | number | Unique identifier for a SynLink device |