gps_map_datum property

gps_map_datum property

Gets or sets the GPS geodetic survey data used by the GPS receiver.

Definition:

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

See Also