The SatDbTmAttenuation data record contains the attenuation values stored in the database for one particular pair of antennaId and tmId. These are the attenuation values to be applied for the given primary and secondary TM signals when received by this antenna.
Data Model
| Key | Type | Value |
|---|---|---|
| attenuationId | Number | unique, primary key, auto generated |
| tmId | Number | ID of the TM signal this data record belongs to |
| antennaId | Number | ID of the antenna this beacon belongs to |
| attenuation1 | Number | transmit attenuation1, floating point, dB |
| attenuation2 | Number | transmit attenuation2, floating point, dB |
| modified | String | timestamp, generated by database at creation / modification time |