RadioPlan CoveragePlots: Difference between revisions

From Maria GDK Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Radio plan coverage plots ==
The coverage data for the radios assigned to '''IMariaRadioPlanLayer.IRadioCoverage''' is used when rendering the coverage plot.


== Selection of Plot Type ==


The coverage data for the radios assigned to '''IMariaRadioPlanLayer.IRadioCoverage''' is used when rendering the coverage plot.
Selection of coverage plots are controlled with '''IMariaRadioPlanLayer.IRadioCoverage.PlotType'''
 
The various coverage plots are controlled with '''IMariaRadioPlanLayer.IRadioCoverage.PlotType'''


Currently the following plot types are supported<syntaxhighlight lang="c#">
The following Plot Types are supported:<syntaxhighlight lang="c#">
public enum PlotType
public enum PlotType
{
{
Line 19: Line 18:
     LeastSignalLevelDbm,
     LeastSignalLevelDbm,
}
}
</syntaxhighlight>
</syntaxhighlight>Each Plot Type have one Colourschema that is available from the [[RadioPlan Settings|ColourSchemaStore]].


=== Signal Level ===
=== Signal Level ===
Line 25: Line 24:


Unit used is dBm.
Unit used is dBm.
[[File:2026-01-26 132625.png|thumb|Signal level plot|none]]


=== Path loss ===
=== Path loss ===
Line 40: Line 40:


Unitless.
Unitless.
[[File:2026-01-26 132945.png|none|thumb|Line of sight to any plot]]


=== Line of sight to all ===
=== Line of sight to all ===
Line 45: Line 46:


Unitless.
Unitless.
[[File:2026-01-26 133218.png|none|thumb|Line of sight to all plot]]


=== Coverage redundancy ===
=== Coverage redundancy ===
Line 50: Line 52:


Unitless counter.
Unitless counter.
[[File:2026-01-26 133313.png|none|thumb|Coverage redundancy plot]]


=== Dominant radio ===
=== Dominant radio ===
This plot shows the dominance area of a radio with a distinct colour. The dominance area is the area where a radio has the highest estimated received signal level of all selected radios.
This plot shows the dominance area of a radio with a distinct colour. The dominance area is the area where a radio has the highest estimated received signal level of all selected radios.
[[File:2026-01-26 133427.png|none|thumb|Dominant radio plot]]


=== Dominant radio not ===
=== Dominant radio net ===
This plot shows the dominance area of a radionet with a distinct colour for radio net. The dominance area is the area where a radio net has the highest estimated received signal level of all selected radios.
This plot shows the dominance area of a radionet with a distinct colour for radio net. The dominance area is the area where a radio net has the highest estimated received signal level of all selected radios.


Line 61: Line 65:
=== Least signal level ===
=== Least signal level ===
This plot shows the lowest estimated received signal level in area for any of the selected radios. This shows connectivity possibilites in area to all radios of interes.
This plot shows the lowest estimated received signal level in area for any of the selected radios. This shows connectivity possibilites in area to all radios of interes.
[[Category:RadioPlan]]

Latest revision as of 13:57, 17 March 2026

The coverage data for the radios assigned to IMariaRadioPlanLayer.IRadioCoverage is used when rendering the coverage plot.

Selection of Plot Type

Selection of coverage plots are controlled with IMariaRadioPlanLayer.IRadioCoverage.PlotType

The following Plot Types are supported:

public enum PlotType
{
    SignalLevelDbm,
    PathLossDb,
    FieldStrengthDbuVm,
    LineOfSightToAny,
    LineOfSightToAll,
    CoverageRedundancy,
    DominantRadio,
    DominantRadioNet,
    LeastSignalLevelDbm,
}

Each Plot Type have one Colourschema that is available from the ColourSchemaStore.

Signal Level

This plot show the estimated received signal level in area. If coverage data from more then 1 radio is used, it will show the strongest estimated received signal level for any radio.

Unit used is dBm.

Signal level plot

Path loss

This plot shows the estimated path loss from a radio to the area. The value includes the antenna gain of the transmitting radio. If more that 1 radio is used, it will show the least path loss for any radio .

Unit used is dB.

FieldStrength

This plot show the estimated field strength from a radio to the area. This value is proportional with signal level. If more than 1 radio is used, it will show the highest value for any radio.

Unit used is dBµV/m.

Line of sight to any

This plot shows areas with line of sight to a single radio, or any of the radios. Different colour indicate how many radios area has line-of-sight to.

Unitless.

Line of sight to any plot

Line of sight to all

This plot shows areas with line of sight to a single radios, or all of the radios. Different colour indicate how many radios area has line-of-sight to.

Unitless.

Line of sight to all plot

Coverage redundancy

This plot estimates the number of radios that has a received signal level in area above a selected thresold. Different numbers have different colours.

Unitless counter.

Coverage redundancy plot

Dominant radio

This plot shows the dominance area of a radio with a distinct colour. The dominance area is the area where a radio has the highest estimated received signal level of all selected radios.

Dominant radio plot

Dominant radio net

This plot shows the dominance area of a radionet with a distinct colour for radio net. The dominance area is the area where a radio net has the highest estimated received signal level of all selected radios.

This plot is similar to Dominant radio, with the exception that all radios in a radionet is shown with same colour.

Least signal level

This plot shows the lowest estimated received signal level in area for any of the selected radios. This shows connectivity possibilites in area to all radios of interes.