The SatDbAntenna data record describes one antenna in antennas database table. The fields in the SatDbPosition data record are 1:1 replicas of the SQL database record. Please refer to the database model description at section Satellite Database how relations between tables are maintained using IDs.
Data Model
| Key | Type | Value |
|---|---|---|
| antennaId | Number | the ID of the antenna this SatDbAntenna record refers to. |
| devicename | String | the name of the sat-nms device. controlling this antenna. The name has then name of the M&C system prepended, e.c. "VLC0001.ANTENNA-1" |
| alias | String | a free text describing the antenna. |
| modified | String | timestamp, generated by database at creation / modification time |