airflow Model Interface¶
Airflow direction for cooling. May be set for rack to show desired airflow movement from cold to hot area, and for equipment to show constructive air movement.
The directions are specified by single letter and must be one of following values:
Value | Description |
---|---|
f | forward |
r | rear |
b | bottom |
t | top |
l | left |
r | right |
Variables¶
Name | Type | Description | Required | Constant |
---|---|---|---|---|
exhaust | str | Hot exhaust direction | ||
intake | str | Cold intake direction |
Examples¶
{
"airflow": {
"exhaust": "l",
"intake": "r"
}
}