public class SectorConfig
extends java.lang.Object
| Constructor and Description |
|---|
SectorConfig() |
| Modifier and Type | Method and Description |
|---|---|
short |
get_sectorId() |
java.util.List<java.lang.Double> |
get_txFrequenciesInMhz()
This is only applicable in regions that allow frequency control
|
boolean |
getMaxTxPower() |
double |
getRxSensitivityInDbm() |
double |
getTxPowerInDbm() |
boolean |
isMaxRxSensitivity() |
void |
set_sectorId(short _sectorId) |
void |
set_txFrequenciesInMhz(java.util.List<java.lang.Double> _txFrequenciesInMhz)
This is only applicable in regions that allow frequency control
|
void |
setMaxRxSensitivity(boolean maxRxSensitivity)
Specifies that the maximum antenna receive sensitivity setting should be
used.
|
void |
setMaxTxPower(boolean maxTxPower)
Specifies that the maximum antenna transmit power setting should be
used.
|
void |
setRxSensitivityInDbm(double rxSensitivityinDbm)
Defines the receive sensitivity
in dBm (e.g.
|
void |
setTxPowerInDbm(double txPowerinDbm)
Defines the antenna transmit power in dBm (e.g.
|
public double getTxPowerInDbm()
public void setTxPowerInDbm(double txPowerinDbm)
txPowerinDbm - desired power for the sector antennaspublic double getRxSensitivityInDbm()
public void setRxSensitivityInDbm(double rxSensitivityinDbm)
rxSensitivityinDbm - the desired receive sensitivity for the sector
antennaspublic boolean isMaxRxSensitivity()
public void setMaxRxSensitivity(boolean maxRxSensitivity)
maxRxSensitivity - true for all sector antennas to use max sensitivitypublic boolean getMaxTxPower()
public void setMaxTxPower(boolean maxTxPower)
maxTxPower - true to have all sector antennas use max transmit powerpublic java.util.List<java.lang.Double> get_txFrequenciesInMhz()
public void set_txFrequenciesInMhz(java.util.List<java.lang.Double> _txFrequenciesInMhz)
_txFrequenciesInMhz - a list of frequencies for the sector antennas to usepublic short get_sectorId()
public void set_sectorId(short _sectorId)
_sectorId - the id for this sector