Skip to main content

Type Alias: GPSSatelliteTimingOptions

GPSSatelliteTimingOptions = object

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

Options describing the timings of GPSSatellite state changes.

Properties

acquisitionTime?

optional acquisitionTime: number

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

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:246

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:258

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:270

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:264

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:285

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:234

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:279

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:240

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:303

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:310

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:291

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:297

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:276

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).