Skip to content

/AWS1/CL_GSTDESCREPHEMERISRSP

DescribeEphemerisResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_ephemerisid TYPE /AWS1/GSTUUID /AWS1/GSTUUID

The AWS Ground Station ephemeris ID.

iv_satelliteid TYPE /AWS1/GSTUUID /AWS1/GSTUUID

The AWS Ground Station satellite ID associated with ephemeris.

iv_status TYPE /AWS1/GSTEPHEMERISSTATUS /AWS1/GSTEPHEMERISSTATUS

The status of the ephemeris.

iv_priority TYPE /AWS1/GSTEPHEMERISPRIORITY /AWS1/GSTEPHEMERISPRIORITY

A priority score that determines which ephemeris to use when multiple ephemerides overlap.

Higher numbers take precedence. The default is 1. Must be 1 or greater.

iv_creationtime TYPE /AWS1/GSTTIMESTAMP /AWS1/GSTTIMESTAMP

The time the ephemeris was uploaded in UTC.

iv_enabled TYPE /AWS1/GSTBOOLEAN /AWS1/GSTBOOLEAN

Whether or not the ephemeris is enabled.

iv_name TYPE /AWS1/GSTSAFENAME /AWS1/GSTSAFENAME

A name that you can use to identify the ephemeris.

it_tags TYPE /AWS1/CL_GSTTAGSMAP_W=>TT_TAGSMAP TT_TAGSMAP

Tags assigned to an ephemeris.

io_supplieddata TYPE REF TO /AWS1/CL_GSTEPHEMERISTYPEDESC /AWS1/CL_GSTEPHEMERISTYPEDESC

Supplied ephemeris data.

iv_invalidreason TYPE /AWS1/GSTEPHEMERISINVREASON /AWS1/GSTEPHEMERISINVREASON

Reason that an ephemeris failed validation. Appears only when the status is INVALID.

it_errorreasons TYPE /AWS1/CL_GSTEPHEMERISERRORRSN=>TT_EPHEMERISERRORREASONLIST TT_EPHEMERISERRORREASONLIST

Detailed error information for ephemerides with INVALID status.

Provides specific error codes and messages to help diagnose validation failures.


Queryable Attributes

ephemerisId

The AWS Ground Station ephemeris ID.

Accessible with the following methods

Method Description
GET_EPHEMERISID() Getter for EPHEMERISID, with configurable default
ASK_EPHEMERISID() Getter for EPHEMERISID w/ exceptions if field has no value
HAS_EPHEMERISID() Determine if EPHEMERISID has a value

satelliteId

The AWS Ground Station satellite ID associated with ephemeris.

Accessible with the following methods

Method Description
GET_SATELLITEID() Getter for SATELLITEID, with configurable default
ASK_SATELLITEID() Getter for SATELLITEID w/ exceptions if field has no value
HAS_SATELLITEID() Determine if SATELLITEID has a value

status

The status of the ephemeris.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

priority

A priority score that determines which ephemeris to use when multiple ephemerides overlap.

Higher numbers take precedence. The default is 1. Must be 1 or greater.

Accessible with the following methods

Method Description
GET_PRIORITY() Getter for PRIORITY, with configurable default
ASK_PRIORITY() Getter for PRIORITY w/ exceptions if field has no value
HAS_PRIORITY() Determine if PRIORITY has a value

creationTime

The time the ephemeris was uploaded in UTC.

Accessible with the following methods

Method Description
GET_CREATIONTIME() Getter for CREATIONTIME, with configurable default
ASK_CREATIONTIME() Getter for CREATIONTIME w/ exceptions if field has no value
HAS_CREATIONTIME() Determine if CREATIONTIME has a value

enabled

Whether or not the ephemeris is enabled.

Accessible with the following methods

Method Description
GET_ENABLED() Getter for ENABLED, with configurable default
ASK_ENABLED() Getter for ENABLED w/ exceptions if field has no value
HAS_ENABLED() Determine if ENABLED has a value

name

A name that you can use to identify the ephemeris.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

tags

Tags assigned to an ephemeris.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value

suppliedData

Supplied ephemeris data.

Accessible with the following methods

Method Description
GET_SUPPLIEDDATA() Getter for SUPPLIEDDATA

invalidReason

Reason that an ephemeris failed validation. Appears only when the status is INVALID.

Accessible with the following methods

Method Description
GET_INVALIDREASON() Getter for INVALIDREASON, with configurable default
ASK_INVALIDREASON() Getter for INVALIDREASON w/ exceptions if field has no value
HAS_INVALIDREASON() Determine if INVALIDREASON has a value

errorReasons

Detailed error information for ephemerides with INVALID status.

Provides specific error codes and messages to help diagnose validation failures.

Accessible with the following methods

Method Description
GET_ERRORREASONS() Getter for ERRORREASONS, with configurable default
ASK_ERRORREASONS() Getter for ERRORREASONS w/ exceptions if field has no value
HAS_ERRORREASONS() Determine if ERRORREASONS has a value