Owner's manual

R E A L - T I M E L I G H T N I N G D E T E C T I O N
287
287287
287
@CloseThunderstormCount
The number of storms (as defined in the analysis
window) determined to be thunderstorms that are at
least partly inside the red alert range ring.
@CommandErrorCode
Returns a value indicating whether or not the most
recently executed command was processed
successfully. If the command was processed with no
problems, 0 is returned by this keyword. If a problem
was encountered before the command could be
executed, 1 is returned. If a problem was
encountered during the execution of the command, -1
is returned.
@DateFilename
Returns a string suitable for use in a filename that
includes the date. The format is always yyyymmdd.
For example, if the date is December 25, 2010 then
the returned string will be ‘20101225’.
@DateTimeFilename
Returns a string suitable for use in a filename that
includes the date and time to the nearest second.
The format is always yyyymmddhhmmss. For
example, if the time is 11:25:30 PM on July 2, 2010,
then ‘20100702232530’ will be returned.
@DayOfWeek
Returns a number from 1 to 7 representing the day of
the week. Sunday is 1, Monday is 2, etc.