Table of Contents

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

double

Bandwidth

The bandwidth of the targeted frequency.

[Unit(UnitType.HERTZ)]
public double Bandwidth

Field Value

double

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

double

DivergenceAngle

Divergence angle of the transmitter.

[Unit(UnitType.DEGREE)]
public double DivergenceAngle

Field Value

double

Frequency

The targeted frequency for the antenna.

[Unit(UnitType.HERTZ)]
public double Frequency

Field Value

double

OpticalLoss

Transmitter Optical loss.

[Unit(UnitType.DECIBEL)]
public double OpticalLoss

Field Value

double

PointingLoss

Transmitter pointing loss.

[Unit(UnitType.DECIBEL)]
public double PointingLoss

Field Value

double

Power

Power of the transmission.

[Unit("dBm")]
public double Power

Field Value

double

TransmissionType

The Antenna Transmission type used for this system.

[Unit(UnitType.NONE)]
public TransmissionType TransmissionType

Field Value

TransmissionType