pskreporter : PSK Reporter spotter

For more info on the PSK reporter, please see: http://www.w1hkj.com/FldigiHelp-3.21/html/psk_reporter_page.html

class pyfldigi.client.pskreporter.Spot(clientObj)[source]

Bases: object

PSK Reporter spotter. All the commands under ‘fldigi.spot’ in the XML-RPC spec for fldigi.

Note

An instance of this class automatically gets created under fldigi.Client() when it is constructed.

auto

spot.get_auto b:n Returns the autospotter state

Example:
>>> import pyfldigi
>>> fldigi = pyfldigi.Client()
>>> fldigi.spot.auto
True
>>> fldigi.spot.auto = False
>>> fldigi.spot.auto
False
pskrep_count

spot.pskrep.get_count i:n Returns the number of callsigns spotted in the current session