Section 7: Command reference
Models 707B and 708B Switching Matrix Reference Manual
7-92
707B-901-01 Rev. A / August 2010
Usage
method = eventlog.overwritemethod
eventlog.overwritemethod = method
method
Set to one of the following values:
•
0
or
eventlog.DISCARD_NEWEST
: New entries are not logged
•
1
or
eventlog.DISCARD_OLDEST
: Old entries are deleted as new events
are logged
Details
When this attribute is set to
eventlog.DISCARD_NEWEST
, new entries are not be logged.
When this attribute is set to
eventlog.DISCARD_OLDEST
, the oldest entry is discarded when a new entry is
added.
Example
eventlog.overwritemethod = 0
When the log is full, the event log will ignore
new entries.
Also see
(on page 7-87)
(on page 7-90)
(on page 7-90)
exit()
This function stops a script that is presently running.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function No
Usage
exit()
Details
Terminates script execution when called from a script that is being executed.
This command does not wait for overlapped commands to complete before terminating script execution. If
overlapped commands are required to finish, use the
waitcomplete()
function before calling
exit()
.
Also see
(on page 7-243)