Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AvailableContacts

Package version

Customer retrieves list of Available Contacts for a spacecraft resource. Later, one of the available contact can be selected to create a contact.

Hierarchy

  • AvailableContacts

Index

Properties

Optional endAzimuthDegrees

endAzimuthDegrees: undefined | number

Azimuth of the antenna at the end of the contact in decimal degrees. NOTE: This property will not be serialized. It can only be populated by the server.

Optional endElevationDegrees

endElevationDegrees: undefined | number

Spacecraft elevation above the horizon at contact end. NOTE: This property will not be serialized. It can only be populated by the server.

Optional groundStationName

groundStationName: undefined | string

Name of Azure Ground Station. NOTE: This property will not be serialized. It can only be populated by the server.

Optional maximumElevationDegrees

maximumElevationDegrees: undefined | number

Maximum elevation of the antenna during the contact in decimal degrees. NOTE: This property will not be serialized. It can only be populated by the server.

Optional rxEndTime

rxEndTime: Date

Time to lost receiving a signal. NOTE: This property will not be serialized. It can only be populated by the server.

Optional rxStartTime

rxStartTime: Date

Earliest time to receive a signal. NOTE: This property will not be serialized. It can only be populated by the server.

Optional spacecraft

spacecraft: ResourceReference

The reference to the spacecraft resource.

Optional startAzimuthDegrees

startAzimuthDegrees: undefined | number

Azimuth of the antenna at the start of the contact in decimal degrees. NOTE: This property will not be serialized. It can only be populated by the server.

Optional startElevationDegrees

startElevationDegrees: undefined | number

Spacecraft elevation above the horizon at contact start. NOTE: This property will not be serialized. It can only be populated by the server.

Optional txEndTime

txEndTime: Date

Time at which antenna transmit will be disabled. NOTE: This property will not be serialized. It can only be populated by the server.

Optional txStartTime

txStartTime: Date

Time at which antenna transmit will be enabled. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc