Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual
11-38 3700AS-901-01 Rev. D/June 2018
channel.calibration.adjustcount()
This function gets the number of times that a card has been adjusted.
Usage
count = channel.calibration.adjustcount("slotX")
Return value representing the number of times the instrument has been adjusted
The slot number ( 1 to 6)
Details
This command can be used with channels that are locked or unlocked. If no channelList is
provided, the currently unlocked channels are assumed.
There is only one adjustment count per card. Therefore, with no channel unlocked, the only
acceptable values for channelList are "slot1", "slot2", and so on. An error is generated if
any other values are used.
Example
Count = channel.calibration.adjustcount("slot1")
print(Count)
Assign the number of times the card in slot 1 has been adjusted to a user variable named Count.
Output the value.
3
This shows that the instrument has been adjusted 3 times.
Also see
channel.calibration.adjustdate() (on page 11-38)
channel.calibration.adjustdate()
This function sets or gets the adjustment date in UTC format (number of seconds since January 1, 1970) on the
unlocked channel.
Usage
returnDate = channel.calibration.adjustdate("slotX")
returnDate = channel.calibration.adjustdate("slotX", date)
The adjustment date in UTC format
The slot number ( 1 to 6)
The date of the adjustment (UTC formatted)