Click or drag to resize

GpsReceiver Properties

The GpsReceiver type exposes the following members.

Properties
  NameDescription
Public propertyAntenna
Gets or sets the antenna of the GPS receiver.
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyNavigationSatellites
Gets or sets the collection of navigation satellites from which this receiver can potentially receive a navigation signal.
Public propertyNoiseModel
Gets or sets the model for computing the noise in this receiver when receiving a signal from a navigation satellite.
Public propertyNumberOfChannels
Gets or sets the number of channels in this receiver. This is the number of satellites that can be tracked.
Public propertyOptimizationCriteria
Gets or sets the dilution of precision (DOP) value to optimize on when using a BestNReceiverSolutionType.
Public propertyReceiverConstraints
Gets the collection of Access constraints to be applied to the receiver in determining which navigation satellites are usable by it.
Public propertyReceiverSolutionType
Gets or sets the type of solution to use to decide which satellites to track out of all the satellites that are visible.
Public propertySatelliteConstraints
Gets the collection of Access constraints to be applied to the navigation satellites in determining which ones are usable by the receiver.
Top
See Also