WinProp_Result

Data Fields

Detailed Description

This structure saves prediction results and is used for the mapping of all kinds of prediction results.

Field Documentation

DataType
int WinProp_Result::DataType
Type of propagation results PROP_RESULT_PATHTYPE_UNKNOWN = Unknown
  • PROP_RESULT_POWER = Received power in dBm
  • PROP_RESULT_FIELD = Field strength in dBuV/m
  • PROP_RESULT_PATHLOSS = Path loss in dB
  • PROP_RESULT_DELAY = Delay of dominant path in nanoseconds (ns)
  • PROP_RESULT_PATHTYPE = Indicates the type of path and should be one of the following:
    1. PROP_RESULT_PATHTYPE_LOS = Line Of Sight
    2. PROP_RESULT_PATHTYPE_OLOS = Obstructed Line Of Sight
    3. PROP_RESULT_PATHTYPE_NLOS = Non Line Of Sight
    4. PROP_RESULT_PATHTYPE_UNKNOWN = Unknown
DataTransmissionMode
int WinProp_Result::DataTransmissionMode
Transmission mode or service to which this result belongs (if it is not a global result). This is only relevant for the network planning (see WinProp_Net_Project_Open).
DataCarrierID
int WinProp_Result::DataCarrierID
Carrier ID in case the result individual to a carrier (if it is not a global result). This is only relevant for the network planning (see WinProp_Net_Project_Open).
Resolution
double WinProp_Result::Resolution
Resolution of result in meter
LowerLeftX
double WinProp_Result::LowerLeftX
Lower left corner in meter (x-coordinate)
LowerLeftY
double WinProp_Result::LowerLeftY
Lower left corner in meter (y-coordinate)
NrHeights
int WinProp_Result::NrHeights
Number of heights or time steps in prediction result
Heights
double * WinProp_Result::Heights
Array with heights. This is an array of size equal to NrHeights.
TimeSteps
double * WinProp_Result::TimeSteps
Array with time steps. This is an array of size equal to NrHeights.
Columns
int WinProp_Result::Columns
Number of columns
Lines
int WinProp_Result::Lines
Number of lines
Matrix
float *** WinProp_Result::Matrix
Result values. A value can be accessed with indices [NrHeights][Columns][Lines]
Tx_Power
double WinProp_Result::Tx_Power
Power (dBm) of transmitter assigned to this result
Frequency
double WinProp_Result::Frequency
Frequency (MHz) of transmitter assigned to this result
CoordSystem
void * WinProp_Result::CoordSystem
Information about coordinate system (optional). Can be set to NULL.
TransmitterLocations
COORDPOINT * WinProp_Result::TransmitterLocations
The transmitter location for the various time steps. This is an array of size equal to NrHeights.
The documentation was generated from the following file:
  • source.eng/Interface/WP_Result.h