gps_timestamp property

gps_timestamp property

Gets or sets the GPS time as UTC (Coordinated Universal Time).

Definition:

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

See Also