differential property

differential property

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

Definition:

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

See Also