AvailableContacts interface
Customer retrieves list of Available Contacts for a spacecraft resource. Later, one of the available contact can be selected to create a contact.
Properties
end |
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. |
end |
Spacecraft elevation above the horizon at contact end. NOTE: This property will not be serialized. It can only be populated by the server. |
ground |
Name of Azure Ground Station. NOTE: This property will not be serialized. It can only be populated by the server. |
maximum |
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. |
rx |
Time to lost receiving a signal (ISO 8601 UTC standard). NOTE: This property will not be serialized. It can only be populated by the server. |
rx |
Earliest time to receive a signal (ISO 8601 UTC standard). NOTE: This property will not be serialized. It can only be populated by the server. |
spacecraft | The reference to the spacecraft resource. |
start |
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. |
start |
Spacecraft elevation above the horizon at contact start. NOTE: This property will not be serialized. It can only be populated by the server. |
tx |
Time at which antenna transmit will be disabled (ISO 8601 UTC standard). NOTE: This property will not be serialized. It can only be populated by the server. |
tx |
Time at which antenna transmit will be enabled (ISO 8601 UTC standard). NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
endAzimuthDegrees
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.
endAzimuthDegrees?: number
Property Value
number
endElevationDegrees
Spacecraft elevation above the horizon at contact end. NOTE: This property will not be serialized. It can only be populated by the server.
endElevationDegrees?: number
Property Value
number
groundStationName
Name of Azure Ground Station. NOTE: This property will not be serialized. It can only be populated by the server.
groundStationName?: string
Property Value
string
maximumElevationDegrees
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.
maximumElevationDegrees?: number
Property Value
number
rxEndTime
Time to lost receiving a signal (ISO 8601 UTC standard). NOTE: This property will not be serialized. It can only be populated by the server.
rxEndTime?: Date
Property Value
Date
rxStartTime
Earliest time to receive a signal (ISO 8601 UTC standard). NOTE: This property will not be serialized. It can only be populated by the server.
rxStartTime?: Date
Property Value
Date
spacecraft
The reference to the spacecraft resource.
spacecraft?: AvailableContactsSpacecraft
Property Value
startAzimuthDegrees
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.
startAzimuthDegrees?: number
Property Value
number
startElevationDegrees
Spacecraft elevation above the horizon at contact start. NOTE: This property will not be serialized. It can only be populated by the server.
startElevationDegrees?: number
Property Value
number
txEndTime
Time at which antenna transmit will be disabled (ISO 8601 UTC standard). NOTE: This property will not be serialized. It can only be populated by the server.
txEndTime?: Date
Property Value
Date
txStartTime
Time at which antenna transmit will be enabled (ISO 8601 UTC standard). NOTE: This property will not be serialized. It can only be populated by the server.
txStartTime?: Date
Property Value
Date