Defines and constants

Detailed Description

Wave propagation interface defines.

Definition of Legend palettes.
LEGEND_PALETTE_MAXIMUM_REGULAR 1536
Size of regular legend palette.
LEGEND_PALETTE_MAXIMUM_PROMAN 1280
Size of legend palette in ProMan.
Definition of simulation scenarios.
WINPROP_SCENARIO_URBAN 0
Urban scenario. This is used in WinProp_Scenario::Scenario.
WINPROP_SCENARIO_INDOOR 1
Indoor scenario. This is used in WinProp_Scenario::Scenario.
WINPROP_SCENARIO_RURAL 2
Rural scenario. This is used in WinProp_Scenario::Scenario.
Selection of simulation models.
WINPROP_MODEL_FREESPACE 0
Free space model. See Model_FREESPACE.
WINPROP_MODEL_COST231 1
COST 231 model. See Model_COST.
WINPROP_MODEL_DPM 2
Dominant path model. See Model_DPM.
WINPROP_MODEL_IRT 3
Intelligent ray tracing model. See Model_RAYTRACING.
WINPROP_MODEL_SRT 4
Standard ray tracing model. See Model_RAYTRACING.
WINPROP_MODEL_VRT 5
Vertical ray tracing model. See Model_VRT.
Types of results returned by the propagation API.
PROP_RESULT_UNKNOWN -1
Unknown result type.
PROP_RESULT_POWER 0
Received power.
PROP_RESULT_FIELD 1
Field strength.
PROP_RESULT_PATHLOSS 2
Path loss.
PROP_RESULT_DELAY 3
Delay.
PROP_RESULT_PATHTYPE 4
Type of path: LOS, OLOS, NLOS, unknown path. See WinProp_Result::DataType.
Path type definitions
PROP_RESULT_PATHTYPE_UNKNOWN -1
Unknown path type.
PROP_RESULT_PATHTYPE_LOS 0
Line of sight (LOS) path.
PROP_RESULT_PATHTYPE_OLOS 1
Obstructed line of sight (OLOS) path.
PROP_RESULT_PATHTYPE_NLOS 2
Non-line of sight (NLOS) path.
Power definition for antenna
WINPROP_POWER_OUTPUT 0
Output power amplifier.
WINPROP_POWER_EIRP 1
EIRP.
WINPROP_POWER_ERP 2
ERP.
Definition of interaction model along a path
WINPROP_INTERACTION_MODEL_EMPIRICAL 0
Empirical losses for reflection, transmission and diffraction.
WINPROP_INTERACTION_MODEL_GTDUTD 1
Fresnel coefficients for reflection and transmission, and GTD/UTD for diffraction.
Definition of the size of the antenna pattern loaded from RAM
WINPROP_SIZE_PATTERN_VERTICAL 180
Number of samples in the vertical cut of the pattern loaded from RAM (See the setting in WinProp_Pattern::Mode)
WINPROP_SIZE_PATTERN_HORIZONTAL 360
Number of samples in the horizontal cut of the pattern loaded from RAM (See the setting in WinProp_Pattern::Mode)
Error message length
MAX_ERROR_LEN 300
Maximum length of the error message string.
Definition of prediction models for radiating cables
WINPROP_MODEL_ID_CABLE_SDM 1
Shortest distance model.
WINPROP_MODEL_ID_CABLE_STL 2
Smallest transmission loss model.
WINPROP_MODEL_ID_CABLE_SPL 3
Smallest path loss model.
WINPROP_MODEL_ID_CABLE_DPM 4
Dominant path model.
Selection of breakpoint mode.
BREAKPOINT_DISABLE -1
Disable breakpoint effect. See WinProp_Additional::BreakpointMode where this is used. Relevant for Standard ray tracing model.
BREAKPOINT_DEFAULT 0
Default determination of breakpoint. See WinProp_ParaMain::BreakpointMode and WinProp_Additional::BreakpointMode where this is used.
BREAKPOINT_FIXED 1
Breakpoint with fixed distance. See WinProp_ParaMain::BreakpointMode and WinProp_Additional::BreakpointMode where this is used.
BREAKPOINT_MEAN_BUILDING 2
Breakpoint computed with transmitter height relative to mean building height in a radiu of 1000m around it. See WinProp_ParaMain::BreakpointMode where this is used.
Enum
WINPROP_PATTERN_RESOLUTION
  • WINPROP_PATTERN_RESOLUTION_1DEG : 1.00 degrees pattern resolution
  • WINPROP_PATTERN_RESOLUTION_05DEG : 0.50 degrees pattern resolution
  • WINPROP_PATTERN_RESOLUTION_033DEG : 0.33 degrees pattern resolution
  • WINPROP_PATTERN_RESOLUTION_025DEG : 0.25 degrees pattern resolution
  • WINPROP_PATTERN_RESOLUTION_020DEG : 0.20 degrees pattern resolution
  • WINPROP_PATTERN_RESOLUTION_01DEG : 0.10 degrees pattern resolution
Other defines
ANTENNA_DISABLED 0
Antenna disabled.
ANTENNA_ENABLED 1
Antenna enabled.
ANTENNA_ENABLED_FIXED 2
Antenna enabled at a fixed site.
PATTERN_MODE_2X2D 0
Total pattern given by 2 2-D patterns (vertical and horizontal polarisations). See WinProp_Pattern::Mode.
PATTERN_MODE_3D 1
Total pattern given by a 3-D pattern. See WinProp_Pattern::Mode.
PATTERN_MODE_FILE 2
Total pattern read from a file. See WinProp_Pattern::Mode.
The documentation was generated from the following file:
  • source.eng/Interface/WP_Antenna.h