DemandFlow Support Centre

RADCENTRE: RAD Center

ReferenceEntity Reference16/04/2026Updated 16/04/2026
The RADCENTRE entity represents a radio access device centre position on a tower section, defining antenna placement and occupancy.

RADCENTRE: RAD Center

The RADCENTRE entity represents a radio access device centre position on a tower section, defining antenna placement and occupancy.

Default definition. This article describes the default RADCENTRE definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches RADCENTRE.

Entity properties

PropertyValue
Entity codeRADCENTRE
Display nameRAD Center
PluralRAD Centers
Level38000

Use cases

RADCENTRE represents a designated position on a tower section where radio access equipment (antennas, RRUs) can be placed. Each RAD centre belongs to a tower and tower section, positioned by height above ground level (AGL) and azimuth bearing. The Occupancy panel tracks whether the position is currently occupied, what equipment is installed (EQUIPMENT entity reference), and status (via MOUNTSTATUS lookup). RAD centres appear as a related list on TOWSEC records, enabling tower section capacity planning. This entity bridges the gap between physical tower structure (sections, faces) and the radio frequency planning domain by defining the specific positions where radio equipment is intended to operate. Uses complex view for the two-panel layout.

Fields

General

FieldTypeRequiredNotes
radCenterCodetextYesRAD Center Code.
towerreference → TOWERYesTower.
sectionreference → TOWERSECTIONYesTower Section.
heightAglnumberHeight AGL (m).
azimuthnumberAzimuth (degrees).
occupiedbooleanOccupied.
equipmentreference → EQUIPMENTEquipment.
statusreference → MOUNTSTATUSStatus.

Relationships

  • Lookups: tower points at TOWER record; section points at TOWERSECTION record; equipment points at EQUIPMENT record; status points at MOUNTSTATUS record.

Creating a RAD Center via the API

POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json

{
  "entity":   "RADCENTRE",
  "level":    38000,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "radCenterCode": "EX-001",
  "tower": "",
  "section": "",
  "heightAgl": 100
}

Listing RADCENTRE records

# All rad centers in your tenant
GET /v1/entities/RADCENTRE/SUB

See also

radcentrerad centerrad centersradcenter

Was this article helpful?

← Back to Knowledge Base