rackmount Model Interface¶
Rack mounted equipment. Used to store position in rack.
side must be one of:
| Value | Description |
|---|---|
f |
Mounted at the front side |
r |
mounted at the rear side |
In case of mismounting of the equipment it may be really shifted to one or two holes.
The shift parameter may be one of following:
| Value | Description |
|---|---|
| 0 | fit to the unit |
| 1 | displacement 1 hole up relative to the unit |
| 2 | displacement 2 holes up relative to the unit |
Variables¶
| Name | Type | Description | Required | Constant |
|---|---|---|---|---|
units |
float | Size in units | ||
position |
int | Bottom rack position (in units) | ||
side |
str | Mounting side (f/r) | ||
shift |
int | Shift 0/1/2 holes up |
Examples¶
{
"rackmount": {
"units": 1.0
}
}