Defines a propagation model
| Column Name | Column Datatype | Column Null Option | Column Comment |
| propogation_model_uuid | byte(16) | not null | A unique id for the model |
| name | nvarchar(255) | not null | |
| description | nvarchar(1024) | with null | A description of the propogation model |
| attenuation_index | float | with null | Determines the exponential attenuation 10 pow (-attenuationm_index) |
| pathloss | float | with null | Path loss in dbM |
Product Name: Unicenter Wireless Site Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| propogation_model_uuid | wsm_propogation_model_ext | propogation_model_uuid |
| propogation_model_uuid | wsm_level | propogation_model_uuid |