track_ref property

track_ref property

Gets or sets the reference for giving the direction of GPS receiver movement. ‘T’ denotes true direction and ‘M’ is magnetic direction.

Definition:

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

See Also