GPS.getLastGSV()

This method gets GPS last GSV NMEA sentence stored.

It has no input parameter.

The return value is a Python string which is the concatenation of the last GSV NMEA sentences formatted according to NMEA specification.

Example:

 

gsv = GPS.getLastGSV()

 

gets last GSV NMEA sentence, assigning the return value to gsv.