Skip to content

/AWS1/CL_GSTTIMEAZEL

Time-tagged azimuth elevation pointing data.

Specifies the antenna pointing direction at a specific time offset from the segment's reference epoch.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_dt TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

Time offset in atomic seconds from the segment's reference epoch.

All dt values within a segment must be in ascending order with no duplicates.

dt values may be:

  • negative

  • expressed as fractions of a second

  • expressed in scientific notation

iv_az TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

Azimuth angle at the specified time.

Valid ranges by unit:

  • DEGREE_ANGLE: -180 to 360 degrees, measured clockwise from true north

  • RADIAN: -π to 2π radians, measured clockwise from true north

iv_el TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

Elevation angle at the specified time.

Valid ranges by unit:

  • DEGREE_ANGLE: -90 to 90 degrees, where 0 is the horizon, 90 is zenith, and negative values are below the horizon

  • RADIAN: -π/2 to π/2 radians, where 0 is the horizon, π/2 is zenith, and negative values are below the horizon


Queryable Attributes

dt

Time offset in atomic seconds from the segment's reference epoch.

All dt values within a segment must be in ascending order with no duplicates.

dt values may be:

  • negative

  • expressed as fractions of a second

  • expressed in scientific notation

Accessible with the following methods

Method Description
GET_DT() Getter for DT, with configurable default
ASK_DT() Getter for DT w/ exceptions if field has no value
STR_DT() String format for DT, with configurable default
HAS_DT() Determine if DT has a value

az

Azimuth angle at the specified time.

Valid ranges by unit:

  • DEGREE_ANGLE: -180 to 360 degrees, measured clockwise from true north

  • RADIAN: -π to 2π radians, measured clockwise from true north

Accessible with the following methods

Method Description
GET_AZ() Getter for AZ, with configurable default
ASK_AZ() Getter for AZ w/ exceptions if field has no value
STR_AZ() String format for AZ, with configurable default
HAS_AZ() Determine if AZ has a value

el

Elevation angle at the specified time.

Valid ranges by unit:

  • DEGREE_ANGLE: -90 to 90 degrees, where 0 is the horizon, 90 is zenith, and negative values are below the horizon

  • RADIAN: -π/2 to π/2 radians, where 0 is the horizon, π/2 is zenith, and negative values are below the horizon

Accessible with the following methods

Method Description
GET_EL() Getter for EL, with configurable default
ASK_EL() Getter for EL w/ exceptions if field has no value
STR_EL() String format for EL, with configurable default
HAS_EL() Determine if EL has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_TIMEAZELLIST

TYPES TT_TIMEAZELLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GSTTIMEAZEL WITH DEFAULT KEY
.