Skip to main content

Type Alias: GPSSatelliteTimingOptions

GPSSatelliteTimingOptions = object

Defined in: src/sdk/instruments/GPSSat.ts:612

Options describing the timings of GPSSatellite state changes.

Properties

acquisitionTime?

optional acquisitionTime: number

Defined in: src/sdk/instruments/GPSSat.ts:635

The average time required to acquire a satellite signal without valid ephemeris data, in milliseconds. Defaults to 30000.


acquisitionTimeout?

optional acquisitionTimeout: number

Defined in: src/sdk/instruments/GPSSat.ts:629

The amount of time spent searching for a satellite signal, in milliseconds, before the satellite is declared unreachable. Defaults to 60000.


acquisitionTimeRange?

optional acquisitionTimeRange: number

Defined in: src/sdk/instruments/GPSSat.ts:641

The difference between the maximum and minimum time required to acquire a satellite signal without valid ephemeris data, in milliseconds. The range is centered on the average (acquisitionTime). Defaults to 15000.


acquisitionTimeRangeWithEphemeris?

optional acquisitionTimeRangeWithEphemeris: number

Defined in: src/sdk/instruments/GPSSat.ts:653

The difference between the maximum and minimum time required to acquire a satellite signal with valid ephemeris data, in milliseconds. The range is centered on the average (acquisitionTimeWithEphemeris). Defaults to 5000.


acquisitionTimeWithEphemeris?

optional acquisitionTimeWithEphemeris: number

Defined in: src/sdk/instruments/GPSSat.ts:647

The average time required to acquire a satellite signal with valid ephemeris data, in milliseconds. Defaults to 15000.


almanacDownloadTime?

optional almanacDownloadTime: number

Defined in: src/sdk/instruments/GPSSat.ts:668

The time required to download a complete almanac from a non-SBAS satellite, in milliseconds. Defaults to 750000 (12.5 minutes).


almanacExpireTime?

optional almanacExpireTime: number

Defined in: src/sdk/instruments/GPSSat.ts:617

The amount of elapsed time (bidirectional) required for a downloaded almanac to expire, in milliseconds. Defaults to 7776000000 (90 days).


ephemerisDownloadTime?

optional ephemerisDownloadTime: number

Defined in: src/sdk/instruments/GPSSat.ts:662

The time required to download ephemeris data from a non-SBAS satellite, in milliseconds. Defaults to 30000.


ephemerisExpireTime?

optional ephemerisExpireTime: number

Defined in: src/sdk/instruments/GPSSat.ts:623

The amount of elapsed time (bidirectional) required for ephemeris data to expire, in milliseconds. Defaults to 7200000 (2 hours).


sbasCorrectionDownloadTime?

optional sbasCorrectionDownloadTime: number

Defined in: src/sdk/instruments/GPSSat.ts:686

The average time required to download differential correction data from an SBAS satellite, in milliseconds. Defaults to 150500.


sbasCorrectionDownloadTimeRange?

optional sbasCorrectionDownloadTimeRange: number

Defined in: src/sdk/instruments/GPSSat.ts:693

The difference between the maximum and minimum time required to download differential correction data from an SBAS satellite, in milliseconds. The range is centered on the average (sbasCorrectionDownloadTime). Defaults to 149500.


sbasEphemerisDownloadTime?

optional sbasEphemerisDownloadTime: number

Defined in: src/sdk/instruments/GPSSat.ts:674

The average time required to download ephemeris data from an SBAS satellite, in milliseconds. Defaults to 60500.


sbasEphemerisDownloadTimeRange?

optional sbasEphemerisDownloadTimeRange: number

Defined in: src/sdk/instruments/GPSSat.ts:680

The difference between the maximum and minimum time required to download ephemeris data from an SBAS satellite, in milliseconds. The range is centered on the average (sbasEphemerisDownloadTime). Defaults to 59500.


unreachableExpireTime?

optional unreachableExpireTime: number

Defined in: src/sdk/instruments/GPSSat.ts:659

The amount of elapsed time (bidirectional), in milliseconds, required for a satellite that was previously declared unreachable to be considered eligible for tracking again. Defaults to 3600000 (1 hour).