Available Contacts Response
data class AvailableContactsResponse(val endAzimuthDegrees: Double, val endElevationDegrees: Double, val groundStationName: String, val maximumElevationDegrees: Double, val rxEndTime: String, val rxStartTime: String, val spacecraft: AvailableContactsResponseSpacecraft? = null, val startAzimuthDegrees: Double, val startElevationDegrees: Double, val txEndTime: String, val txStartTime: String)
Customer retrieves list of Available Contacts for a spacecraft resource. Later, one of the available contact can be selected to create a contact.
Constructors
Link copied to clipboard
constructor(endAzimuthDegrees: Double, endElevationDegrees: Double, groundStationName: String, maximumElevationDegrees: Double, rxEndTime: String, rxStartTime: String, spacecraft: AvailableContactsResponseSpacecraft? = null, startAzimuthDegrees: Double, startElevationDegrees: Double, txEndTime: String, txStartTime: String)
Properties
Link copied to clipboard
Azimuth of the antenna at the end of the contact in decimal degrees.
Link copied to clipboard
Spacecraft elevation above the horizon at contact end.
Link copied to clipboard
Name of Azure Ground Station.
Link copied to clipboard
Maximum elevation of the antenna during the contact in decimal degrees.
Link copied to clipboard
Earliest time to receive a signal (ISO 8601 UTC standard).
Link copied to clipboard
The reference to the spacecraft resource.
Link copied to clipboard
Azimuth of the antenna at the start of the contact in decimal degrees.
Link copied to clipboard
Spacecraft elevation above the horizon at contact start.
Link copied to clipboard
Time at which antenna transmit will be enabled (ISO 8601 UTC standard).