In this section:
TSP commands ........................................................................ 4-1
TSP commands
The TSP commands available for the instrument are listed in alphabetic order.
Introduction
This section contains detailed information on the DMM6500 remote calibration commands.
cal.adjust.count
This attribute returns the number of times the instrument has been adjusted.
Usage
adjustments = cal.adjust.count
The number of adjustments
Details
You can use this command if calibration is locked or unlocked.
The adjust count is read-only. The count is automatically incremented by one when the cal.save()
command is sent with calibration unlocked.
Example
Count = cal.adjust.count
print(Count)
Assign the number of times the instrument has been adjusted
to a user variable named Count.
Output the value. Example output:
3
This shows that the instrument has been adjusted 3 times.
Also see
cal.adjust.date (on page 4-2)