Перейти к содержанию

rack Model Interface

Rack enclosures.

Doors configuration must be one of the following letters:

ValueDescription
oopen, hasn't door
cclosed, blank door
lone section, opens on the left side
rone section, opens on the right side
2two sections

Variables

NameTypeDescriptionRequiredConstant
unitsintInternal height in units
widthintMax. equipment width in mm
depthintMax. equipment depth in mm
front_doorstrFront door configuration
rear_doorstrRear door configuration

Examples

{
  "rack": {
    "depth": 600,
    "front_door": "l",
    "rear_door": "c",
    "units": 4,
    "width": 600
  }
}