Keithley SourceMeter 2600 Series Reference Manual page 334

Table of Contents

Advertisement

12-60 Instrument Control Library
smuX functions and attributes
The functions and attributes in this group are used to control basic source-measure
operations of the SMUs and perform calibration.
smuX.cal.date
Attribute
Calibration date for the active calibration set.
Usage
caldate = smuX.cal.date
smuX.cal.date = caldate
Set
os.time({year=yr, month=mo, day=da})
where:
• This attribute stores the calibration date associated with the active calibration set.
Remarks
The calibration date can be read at any time but can only be assigned a new value
when calibration has been enabled with the
• This attribute is stored with the active calibration set. If a different calibration set is
restored, this attribute will reflect the date stored with that set.
• Hour and minute can also be included in
os.time({year=yr, month=mo, day=da, hour=hr, minute=mn})
Seconds can be included, but will essentially be ignored due to the precision of the
internal date storage format.
• The date is stored as the number of seconds since UTC 12:00 am Jan 1, 1970.
Details
See
Section 16
Also see
smuX.cal.due, smuX.cal.restore, smuX.cal.save,
Example
Sets calibration date for SMU A (July 1, 2005):
smua.cal.date = os.time({year=2005, month=7, day=1})
2600S-901-01 Rev. A / May 2006
to the following value:
caldate
to
yr
2005
2037
to
mo
1
12
to
da
1
31
(calibration).
Return to
Series 2600 System SourceMeters Reference Manual
X = SMU channel (a or b)
-- Reads calibration date.
-- Writes calibration date.
smuX.cal.unlock
caldate
smuX.makebuffer
Section 12 topics
function.
as follows:

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents