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

rackmount Model Interface

Rack mounted equipment. Used to store position in rack.

side must be one of:

ValueDescription
fMounted at the front side
rmounted 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:

ValueDescription
0fit to the unit
1displacement 1 hole up relative to the unit
2displacement 2 holes up relative to the unit

Variables

NameTypeDescriptionRequiredConstant
unitsfloatSize in units
positionintBottom rack position (in units)
sidestrMounting side (f/r)
shiftintShift 0/1/2 holes up

Examples

{
  "rackmount": {
     "units": 1.0
  }
}