rack Model Interface¶
Rack enclosures.
Doors configuration must be one of the following letters:
Value | Description |
---|---|
o |
open, hasn't door |
c |
closed, blank door |
l |
one section, opens on the left side |
r |
one section, opens on the right side |
2 |
two sections |
Variables¶
Name | Type | Description | Required | Constant |
---|---|---|---|---|
units |
int | Internal height in units | ||
width |
int | Max. equipment width in mm | ||
depth |
int | Max. equipment depth in mm | ||
front_door |
str | Front door configuration | ||
rear_door |
str | Rear door configuration |
Examples¶
{
"rack": {
"depth": 600,
"front_door": "l",
"rear_door": "c",
"units": 4,
"width": 600
}
}