public class TxAntModeRef extends RxAntModeRef
Element of TxRef
Example:
<TxAntModeRef> <Serial cls="U">USA:NTIA:AN:123</Serial> <ModeID cls="U">TRACKING</ModeID> <SpectralPowerDensity cls="U">15</SpectralPowerDensity> </TxAntModeRef>
Constructor and Description |
---|
TxAntModeRef() |
Modifier and Type | Method and Description |
---|---|
dBWHz |
getSpectralPowerDensity()
Get the maximum spectral power density supplied to the input of the
antenna..
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetSpectralPowerDensity()
Determine if the SpectralPowerDensity is configured.
|
void |
setSpectralPowerDensity(dBWHz value)
Set the maximum spectral power density supplied to the input of the
antenna..
|
String |
toString()
Get a string representation of this TxAntModeRef instance configuration.
|
TxAntModeRef |
withCouplingLoss(Double value)
Set the loss that occurs when energy is transferred between the
transmitter/receiver and the antenna.
|
TxAntModeRef |
withModeID(String value)
Set the unique name of an AntMode of the Antenna specified in the
corresponding Serial field.
|
TxAntModeRef |
withSerial(Serial value)
Set the reference to an Antenna in this configuration.
|
TxAntModeRef |
withSpectralPowerDensity(Double value)
Set the maximum spectral power density supplied to the input of the
antenna.
|
getAntenna, getCouplingLoss, getModeID, getSerial, isSetAntenna, isSetCouplingLoss, isSetModeID, isSetSerial, postLoad, prepare, setCouplingLoss, setModeID, setSerial, withAntenna
public dBWHz getSpectralPowerDensity()
dBWHz
instancepublic void setSpectralPowerDensity(dBWHz value)
value
- a dBWHz
instancepublic boolean isSetSpectralPowerDensity()
public TxAntModeRef withSpectralPowerDensity(Double value)
value
- An instances of type Double
.public TxAntModeRef withSerial(Serial value)
RxAntModeRef
withSerial
in class RxAntModeRef
value
- An instances of type Serial
.public TxAntModeRef withModeID(String value)
RxAntModeRef
withModeID
in class RxAntModeRef
value
- An instances of type String
.public TxAntModeRef withCouplingLoss(Double value)
RxAntModeRef
withCouplingLoss
in class RxAntModeRef
value
- An instances of type Double
.public String toString()
toString
in class RxAntModeRef
public boolean isSet()
TxAntModeRef
has no configuration requirements.
isSet
in class RxAntModeRef
Copyright © 2016 OpenSSRF.org. All rights reserved.