Class AntennaConfigMessage
- Namespace
- NominalSystems.Messages
- Assembly
- NominalSystems.Messages.dll
[Nominal] This message contains the configuration for a particular antenna, including the frequency, the bandwidth and the power of the transmission.
public sealed class AntennaConfigMessage : Message
- Inheritance
-
AntennaConfigMessage
Fields
AntennaGain
Transmitter antenna Gain.
[Unit(UnitType.DECIBEL)]
public double AntennaGain
Field Value
Bandwidth
The bandwidth of the targeted frequency.
[Unit(UnitType.HERTZ)]
public double Bandwidth
Field Value
BitRate
The bit rate of the data being processed. This is either the amount of data that can be transmitted per second or received per second.
[Unit("bps")]
public double BitRate
Field Value
DivergenceAngle
Divergence angle of the transmitter.
[Unit(UnitType.DEGREE)]
public double DivergenceAngle
Field Value
Frequency
The targeted frequency for the antenna.
[Unit(UnitType.HERTZ)]
public double Frequency
Field Value
OpticalLoss
Transmitter Optical loss.
[Unit(UnitType.DECIBEL)]
public double OpticalLoss
Field Value
PointingLoss
Transmitter pointing loss.
[Unit(UnitType.DECIBEL)]
public double PointingLoss
Field Value
Power
Power of the transmission.
[Unit("dBm")]
public double Power
Field Value
TransmissionType
The Antenna Transmission type used for this system.
[Unit(UnitType.NONE)]
public TransmissionType TransmissionType