GroundStation / Client / get_config
get_config¶
- GroundStation.Client.get_config(**kwargs)¶
Returns
Configinformation.Only one
Configresponse can be returned.See also: AWS API Documentation
Request Syntax
response = client.get_config( configId='string', configType='antenna-downlink'|'antenna-downlink-demod-decode'|'tracking'|'dataflow-endpoint'|'antenna-uplink'|'uplink-echo'|'s3-recording' )
- Parameters:
configId (string) –
[REQUIRED]
UUID of a
Config.configType (string) –
[REQUIRED]
Type of a
Config.
- Return type:
dict
- Returns:
Response Syntax
{ 'configId': 'string', 'configArn': 'string', 'name': 'string', 'configType': 'antenna-downlink'|'antenna-downlink-demod-decode'|'tracking'|'dataflow-endpoint'|'antenna-uplink'|'uplink-echo'|'s3-recording', 'configData': { 'antennaDownlinkConfig': { 'spectrumConfig': { 'centerFrequency': { 'value': 123.0, 'units': 'GHz'|'MHz'|'kHz' }, 'bandwidth': { 'value': 123.0, 'units': 'GHz'|'MHz'|'kHz' }, 'polarization': 'RIGHT_HAND'|'LEFT_HAND'|'NONE' } }, 'trackingConfig': { 'autotrack': 'REQUIRED'|'PREFERRED'|'REMOVED' }, 'dataflowEndpointConfig': { 'dataflowEndpointName': 'string', 'dataflowEndpointRegion': 'string' }, 'antennaDownlinkDemodDecodeConfig': { 'spectrumConfig': { 'centerFrequency': { 'value': 123.0, 'units': 'GHz'|'MHz'|'kHz' }, 'bandwidth': { 'value': 123.0, 'units': 'GHz'|'MHz'|'kHz' }, 'polarization': 'RIGHT_HAND'|'LEFT_HAND'|'NONE' }, 'demodulationConfig': { 'unvalidatedJSON': 'string' }, 'decodeConfig': { 'unvalidatedJSON': 'string' } }, 'antennaUplinkConfig': { 'transmitDisabled': True|False, 'spectrumConfig': { 'centerFrequency': { 'value': 123.0, 'units': 'GHz'|'MHz'|'kHz' }, 'polarization': 'RIGHT_HAND'|'LEFT_HAND'|'NONE' }, 'targetEirp': { 'value': 123.0, 'units': 'dBW' } }, 'uplinkEchoConfig': { 'enabled': True|False, 'antennaUplinkConfigArn': 'string' }, 's3RecordingConfig': { 'bucketArn': 'string', 'roleArn': 'string', 'prefix': 'string' } }, 'tags': { 'string': 'string' } }
Response Structure
(dict) –
configId (string) –
UUID of a
Config.configArn (string) –
ARN of a
Configname (string) –
Name of a
Config.configType (string) –
Type of a
Config.configData (dict) –
Data elements in a
Config.Note
This is a Tagged Union structure. Only one of the following top level keys will be set:
antennaDownlinkConfig,trackingConfig,dataflowEndpointConfig,antennaDownlinkDemodDecodeConfig,antennaUplinkConfig,uplinkEchoConfig,s3RecordingConfig. If a client receives an unknown member it will setSDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure ofSDK_UNKNOWN_MEMBERis as follows:'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
antennaDownlinkConfig (dict) –
Information about how AWS Ground Station should configure an antenna for downlink during a contact.
spectrumConfig (dict) –
Object that describes a spectral
Config.centerFrequency (dict) –
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.value (float) –
Frequency value. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.
units (string) –
Frequency units.
bandwidth (dict) –
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
AntennaDownlinkconfigvalid values are between 10 kHz to 54 MHz.For
AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
value (float) –
Frequency bandwidth value. 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.
units (string) –
Frequency bandwidth units.
polarization (string) –
Polarization of a spectral
Config. Capturing both"RIGHT_HAND"and"LEFT_HAND"polarization requires two separate configs.
trackingConfig (dict) –
Object that determines whether tracking should be used during a contact executed with this
Configin the mission profile.autotrack (string) –
Current setting for autotrack.
dataflowEndpointConfig (dict) –
Information about the dataflow endpoint
Config.dataflowEndpointName (string) –
Name of a dataflow endpoint.
dataflowEndpointRegion (string) –
Region of a dataflow endpoint.
antennaDownlinkDemodDecodeConfig (dict) –
Information about how AWS Ground Station should configure an antenna for downlink demod decode during a contact.
spectrumConfig (dict) –
Information about the spectral
Config.centerFrequency (dict) –
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.value (float) –
Frequency value. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.
units (string) –
Frequency units.
bandwidth (dict) –
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
AntennaDownlinkconfigvalid values are between 10 kHz to 54 MHz.For
AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
value (float) –
Frequency bandwidth value. 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.
units (string) –
Frequency bandwidth units.
polarization (string) –
Polarization of a spectral
Config. Capturing both"RIGHT_HAND"and"LEFT_HAND"polarization requires two separate configs.
demodulationConfig (dict) –
Information about the demodulation
Config.unvalidatedJSON (string) –
Unvalidated JSON of a demodulation
Config.
decodeConfig (dict) –
Information about the decode
Config.unvalidatedJSON (string) –
Unvalidated JSON of a decode
Config.
antennaUplinkConfig (dict) –
Information about how AWS Ground Station should configure an antenna for uplink during a contact.
transmitDisabled (boolean) –
Whether or not uplink transmit is disabled.
spectrumConfig (dict) –
Information about the uplink spectral
Config.centerFrequency (dict) –
Center frequency of an uplink spectral
Config. Valid values are between 2025 to 2120 MHz.value (float) –
Frequency value. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.
units (string) –
Frequency units.
polarization (string) –
Polarization of an uplink spectral
Config. Capturing both"RIGHT_HAND"and"LEFT_HAND"polarization requires two separate configs.
targetEirp (dict) –
EIRP of the target.
value (float) –
Value of an EIRP. Valid values are between 20.0 to 50.0 dBW.
units (string) –
Units of an EIRP.
uplinkEchoConfig (dict) –
Information about an uplink echo
Config.Parameters from the
AntennaUplinkConfig, corresponding to the specifiedAntennaUplinkConfigArn, are used when thisUplinkEchoConfigis used in a contact.enabled (boolean) –
Whether or not an uplink
Configis enabled.antennaUplinkConfigArn (string) –
ARN of an uplink
Config.
s3RecordingConfig (dict) –
Information about an S3 recording
Config.bucketArn (string) –
ARN of the bucket to record to.
roleArn (string) –
ARN of the role Ground Station assumes to write data to the bucket.
prefix (string) –
S3 Key prefix to prefice data files.
tags (dict) –
Tags assigned to a
Config.(string) –
(string) –
Exceptions