Click or drag to resize
IRawMessageTranslatorReceiverRangeKilometres Property
Gets or sets the maximum range of the receiver in kilometres.

Namespace: VirtualRadar.Interface.BaseStation
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
int ReceiverRangeKilometres { get; set; }

Property Value

Type: Int32
Remarks
This is used in the reasonableness test applied to decoded locations. It defaults to 650km, which is ~350 nautical miles. This gives a range ~100 nmi past the horizon for receivers at sea level.
See Also