public class Power extends Object
Element of TxMode
Example:
<Power> <PowerMin cls="U">-3</PowerMin> <PowerMax cls="U">31.8</PowerMax> <PowerType cls="U">PEP</PowerType> <Calculated cls="U">No</Calculated> </Power>
Constructor and Description |
---|
Power() |
Modifier and Type | Method and Description |
---|---|
TString |
getCalculated()
Get "Yes" if the power value(s) have been calculated, or "No" if they have
been measured..
|
dBW |
getPowerMax()
Get the maximum transmitter power.
|
dBW |
getPowerMin()
Get the nominal transmitter power, or the minimum power in case of a range
of values..
|
TString |
getPowerType()
Get the power type code for carrier, mean, or peak envelope power emitted.
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetCalculated()
Determine if the Calculated is configured.
|
boolean |
isSetPowerMax()
Determine if the PowerMax is configured.
|
boolean |
isSetPowerMin()
Determine if the PowerMin is configured.
|
boolean |
isSetPowerType()
Determine if the PowerType is configured.
|
void |
setCalculated(TString value)
Set "Yes" if the power value(s) have been calculated, or "No" if they have
been measured..
|
void |
setPowerMax(dBW value)
Set the maximum transmitter power.
|
void |
setPowerMin(dBW value)
Set the nominal transmitter power, or the minimum power in case of a range
of values..
|
void |
setPowerType(TString value)
Set the power type code for carrier, mean, or peak envelope power emitted.
|
String |
toString()
Get a string representation of this Power instance configuration.
|
Power |
withCalculated(ListCBO value)
Set "Yes" if the power value(s) have been calculated, or "No" if they have
been measured.
|
Power |
withPowerMax(Double value)
Set the maximum transmitter power.
|
Power |
withPowerMin(Double value)
Set the nominal transmitter power, or the minimum power in case of a range
of values.
|
Power |
withPowerType(ListCPT value)
Set the power type code for carrier, mean, or peak envelope power emitted.
|
public dBW getPowerMin()
dBW
instancepublic void setPowerMin(dBW value)
value
- a dBW
instancepublic boolean isSetPowerMin()
public dBW getPowerMax()
[XSL ERR MINMAX] If PowerMax is used, it MUST be greater than PowerMin..
dBW
instancepublic void setPowerMax(dBW value)
[XSL ERR MINMAX] If PowerMax is used, it MUST be greater than PowerMin..
value
- a dBW
instancepublic boolean isSetPowerMax()
public TString getPowerType()
TString
data typepublic void setPowerType(TString value)
value
- the PowerType value in a TString
data typepublic boolean isSetPowerType()
If configured this method also inspects the TString
wrapped value.
public TString getCalculated()
TString
data typepublic void setCalculated(TString value)
value
- the Calculated value in a TString
data typepublic boolean isSetCalculated()
If configured this method also inspects the TString
wrapped value.
public Power withPowerMin(Double value)
value
- An instances of type Double
.public Power withPowerMax(Double value)
[XSL ERR MINMAX] If PowerMax is used, it MUST be greater than PowerMin.
value
- An instances of type Double
.public Power withPowerType(ListCPT value)
value
- An instances of type ListCPT
.public Power withCalculated(ListCBO value)
value
- An instances of type ListCBO
.public String toString()
public boolean isSet()
Power
has no configuration requirements.
Copyright © 2016 OpenSSRF.org. All rights reserved.