WriteLog
[Top] [All Lists]

[WriteLog] GetScores Script for ARRL DX CW

To: <writelog@contesting.com>
Subject: [WriteLog] GetScores Script for ARRL DX CW
From: "Wayne, W5XD" <w5xd@writelog.com>
Reply-to: w5xd@writelog.com
Date: Fri, 19 Feb 2010 15:29:17 -0000
List-post: <writelog@contesting.com">mailto:writelog@contesting.com>
>It seems I need to modify the writelogv10.gus file for the ARRL DX contest
>this weekend, as what's in the file is for the IARU.

If you are running WL 10.74 or later, then the file to start with is
WritelogIARU.gus, which you will find in WL's \programs folder. (If you are
running an earlier version of WL, then I don't know--that was too long ago).

The "documentation" for how to change this file is in the file itself:
   ' how to adjust for other contests...
   ' The "SummaryValue" property requires two parameters--the row title and
the column title
   ' It returns the value in WriteLog's "Band Summary" window that
corresponds to the row
   ' and title.

The IARU file has this:
Getscores.QSOCount("160") = wlSummary.SummaryValue("160M CW", "QSO") +
wlSummary.SummaryValue("160M PH", "QSO")

Looking at WL's Band Summary window for ARRL DX, the script should be
changed to this:
Getscores.QSOCount("160") = wlSummary.SummaryValue("160M", "QSO")

...and for multipliers
IARU:
Getscores.Mult1Count("160") = wlSummary.SummaryValue("160M CW", "ZN") +
wlSummary.SummaryValue("160M PH", "ZN")
ARRL DX:
Getscores.Mult1Count("160") = wlSummary.SummaryValue("160M", "DX") 


GL,
Wayne, W5XD


_______________________________________________
WriteLog mailing list
WriteLog@contesting.com
http://lists.contesting.com/mailman/listinfo/writelog
WriteLog on the web:  http://www.writelog.com/

<Prev in Thread] Current Thread [Next in Thread>