Gets or sets the mid-line direction of the antenna as degrees from true North measured clock-wise.
VB
Public Property AntennaAngle(ByVal Index As Integer) As Integer
C#
[System.Runtime.CompilerServices.IndexerName("AntennaAngle")] public int this[intIndex] {get; set;}
C++
[System.Runtime.CompilerServices.IndexerName("AntennaAngle")] public int this[intIndex] {get; set;}
Parameters
Index: Index of the antenna being set.
Remarks
Angle of arrival assumes three antennas on the same tower, each looking at in different directions, or sectors. The sectors are at 120 degree intervals, thus seeing a full 360 degree circle.
GPS coordinates are given in degrees. If AngleOfArrival.DegreeMinuteSecond is True, then the format is: dd° mm’ ss.ss” If AngleOfArrival.DegreeMinuteSecond is False, then the format is in decimal, ie. dd.ddddd
AngleOfArrival.GPSCoordinates Property
Does an immediate query to the monitor for updated GPS location.
Gets the Power-On-Arrival location estimate as a set of GPS coordinates.
VB
Public ReadOnly Property Location() As AOA_Result
C#
public AOA_Result Location {get;}
C++
public AOA_Result Location {get;}
Remarks
This Property may return an invalid or useless value if the measurement has not already been properly set up. Before reading the Location, you must set the datasource and the interferer frequency, at least.
AngleOfArrival.MeassuredPower Property
Gets or sets the measured power value set in Parameters.
VB
Public Property MeassuredPower(ByVal Index As Integer) As Single
C#
[System.Runtime.CompilerServices.IndexerName("MeassuredPower")] public float this[intIndex] {get; set;}
C++
[System.Runtime.CompilerServices.IndexerName("MeassuredPower")] public float this[intIndex] {get; set;}
Gets or sets the Source Mode: power at reference frequency, sweep traces from which Vision will extract the power at the source frequency, or live trace mode where Vision will extract the power at the source frequency.
VB
Public Property SourceMode() As PowerSource
C#
public PowerSource SourceMode {get; set;}
C++
public PowerSource SourceMode {get; set;}
AngleOfArrival.StartFrequency Property
Gets or sets the start frequency for the active remote spectrum monitor.
The width, in degrees, of the location estimation. This can be thought of as a pie wedge whose point is centered at the remote spectrum monitor and that extends out in the direction of the interferer. The width indicates a measure of uncertainty in the location estimate.
If this is a directional antenna, perhaps a sector on a cell phone tower, for instance, this value indicates the direction angle from true north for the center line of the antenna sector. Due East is at 90 degrees.