gps_differential property

gps_differential property

Gets or sets a GPS value which indicates whether differential correction is applied to the GPS receiver.

Definition:

@property
def gps_differential(self):
    ...
@gps_differential.setter
def gps_differential(self, value):
    ...

See Also