@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SpectrumConfig extends Object implements Serializable, Cloneable, StructuredPojo
Object that describes a spectral Config.
| Constructor and Description |
|---|
SpectrumConfig() |
| Modifier and Type | Method and Description |
|---|---|
SpectrumConfig |
clone() |
boolean |
equals(Object obj) |
FrequencyBandwidth |
getBandwidth()
Bandwidth of a spectral
Config. |
Frequency |
getCenterFrequency()
Center frequency of a spectral
Config. |
String |
getPolarization()
Polarization of a spectral
Config. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setBandwidth(FrequencyBandwidth bandwidth)
Bandwidth of a spectral
Config. |
void |
setCenterFrequency(Frequency centerFrequency)
Center frequency of a spectral
Config. |
void |
setPolarization(String polarization)
Polarization of a spectral
Config. |
String |
toString()
Returns a string representation of this object.
|
SpectrumConfig |
withBandwidth(FrequencyBandwidth bandwidth)
Bandwidth of a spectral
Config. |
SpectrumConfig |
withCenterFrequency(Frequency centerFrequency)
Center frequency of a spectral
Config. |
SpectrumConfig |
withPolarization(Polarization polarization)
Polarization of a spectral
Config. |
SpectrumConfig |
withPolarization(String polarization)
Polarization of a spectral
Config. |
public void setBandwidth(FrequencyBandwidth bandwidth)
Bandwidth of a spectral Config. AWS Ground Station currently has the following bandwidth
limitations:
For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.
For AntennaDownlinkconfig valid values are between 10 kHz to 54 MHz.
For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
bandwidth - Bandwidth of a spectral Config. AWS Ground Station currently has the following bandwidth
limitations:
For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.
For AntennaDownlinkconfig valid values are between 10 kHz to 54 MHz.
For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
public FrequencyBandwidth getBandwidth()
Bandwidth of a spectral Config. AWS Ground Station currently has the following bandwidth
limitations:
For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.
For AntennaDownlinkconfig valid values are between 10 kHz to 54 MHz.
For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
Config. AWS Ground Station currently has the following bandwidth
limitations:
For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.
For AntennaDownlinkconfig valid values are between 10 kHz to 54 MHz.
For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
public SpectrumConfig withBandwidth(FrequencyBandwidth bandwidth)
Bandwidth of a spectral Config. AWS Ground Station currently has the following bandwidth
limitations:
For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.
For AntennaDownlinkconfig valid values are between 10 kHz to 54 MHz.
For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
bandwidth - Bandwidth of a spectral Config. AWS Ground Station currently has the following bandwidth
limitations:
For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.
For AntennaDownlinkconfig valid values are between 10 kHz to 54 MHz.
For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
public void setCenterFrequency(Frequency centerFrequency)
Center frequency of a spectral Config. Valid values are between 2200 to 2300 MHz and 7750 to 8400
MHz for downlink and 2025 to 2120 MHz for uplink.
centerFrequency - Center frequency of a spectral Config. Valid values are between 2200 to 2300 MHz and 7750 to
8400 MHz for downlink and 2025 to 2120 MHz for uplink.public Frequency getCenterFrequency()
Center frequency of a spectral Config. Valid values are between 2200 to 2300 MHz and 7750 to 8400
MHz for downlink and 2025 to 2120 MHz for uplink.
Config. Valid values are between 2200 to 2300 MHz and 7750 to
8400 MHz for downlink and 2025 to 2120 MHz for uplink.public SpectrumConfig withCenterFrequency(Frequency centerFrequency)
Center frequency of a spectral Config. Valid values are between 2200 to 2300 MHz and 7750 to 8400
MHz for downlink and 2025 to 2120 MHz for uplink.
centerFrequency - Center frequency of a spectral Config. Valid values are between 2200 to 2300 MHz and 7750 to
8400 MHz for downlink and 2025 to 2120 MHz for uplink.public void setPolarization(String polarization)
Polarization of a spectral Config. Capturing both "RIGHT_HAND" and
"LEFT_HAND" polarization requires two separate configs.
polarization - Polarization of a spectral Config. Capturing both "RIGHT_HAND" and
"LEFT_HAND" polarization requires two separate configs.Polarizationpublic String getPolarization()
Polarization of a spectral Config. Capturing both "RIGHT_HAND" and
"LEFT_HAND" polarization requires two separate configs.
Config. Capturing both "RIGHT_HAND" and
"LEFT_HAND" polarization requires two separate configs.Polarizationpublic SpectrumConfig withPolarization(String polarization)
Polarization of a spectral Config. Capturing both "RIGHT_HAND" and
"LEFT_HAND" polarization requires two separate configs.
polarization - Polarization of a spectral Config. Capturing both "RIGHT_HAND" and
"LEFT_HAND" polarization requires two separate configs.Polarizationpublic SpectrumConfig withPolarization(Polarization polarization)
Polarization of a spectral Config. Capturing both "RIGHT_HAND" and
"LEFT_HAND" polarization requires two separate configs.
polarization - Polarization of a spectral Config. Capturing both "RIGHT_HAND" and
"LEFT_HAND" polarization requires two separate configs.Polarizationpublic String toString()
toString in class ObjectObject.toString()public SpectrumConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.