Enumeration: GPSSatelliteState
Defined in: src/sdk/instruments/GPSSat.ts:66
Possible state on GPS satellites.
Enumeration Members
Acquired
Acquired:
"Acquired"
Defined in: src/sdk/instruments/GPSSat.ts:74
The satellite has been found and data is being downloaded.
DataCollected
DataCollected:
"DataCollected"
Defined in: src/sdk/instruments/GPSSat.ts:80
The satellite has been found, data is downloaded, but is not presently used in the GPS solution.
Faulty
Faulty:
"Faulty"
Defined in: src/sdk/instruments/GPSSat.ts:77
The satellite is faulty.
InUse
InUse:
"InUse"
Defined in: src/sdk/instruments/GPSSat.ts:83
The satellite is being active used in the GPS solution.
InUseDiffApplied
InUseDiffApplied:
"InUseDiffApplied"
Defined in: src/sdk/instruments/GPSSat.ts:86
The satellite is being active used in the GPS solution and SBAS differential corrections are being applied.
None
None:
"None"
Defined in: src/sdk/instruments/GPSSat.ts:68
There is no current valid state.
Unreachable
Unreachable:
"Unreachable"
Defined in: src/sdk/instruments/GPSSat.ts:71
The satellite is out of view and cannot be reached.