Localnode.serialno; Localnode.settime() - Keithley 2461 Reference Manual

1kw pulse mode interactive sourcemeter instrument
Table of Contents

Advertisement

Model 2461 Interactive SourceMeter® Instrument Reference Manual

localnode.serialno

This attribute stores the instrument's serial number.
Type
TSP-Link accessible
Attribute (R)
Yes
Usage
serialno = localnode.serialno
serialno
Details
This indicates the instrument serial number.
Example
display.clear()
display.settext(display.TEXT2, "Serial #: " ..localnode.serialno)
display.changescreen(display.SCREEN_USER_SWIPE)
Clears the instrument display.
Places the serial number of this instrument on the bottom line of the USER swipe screen display. Displays the
USER swipe screen.
Also see
localnode.model
localnode.version

localnode.settime()

This function sets the date and time of the instrument.
Type
TSP-Link accessible
Function
Yes
Usage
localnode.settime()
localnode.settime(year, month, day, hour, minute, second)
localnode.settime(hour, minute, second)
localnode.settime(os.time({year, month, day}))
localnode.settime(os.time({year = year, month = month, day = day, hour = hour, min
= minute, sec = second}))
year
month
day
hour
minute
second
2461-901-01 A/November 2015
Affected by
Not applicable
The serial number of the instrument
(on page 8-85)
(on page 8-89)
Affected by
Year; must be more than 1970
Month (1 to 12)
Day (1 to 31)
Hour in 24-hour time format (0 to 23)
Minute (0 to 59)
Second (0 to 59)
Section 8: TSP command reference
Where saved
Not applicable
Where saved
Default value
Not applicable
Default value
8-87

Advertisement

Table of Contents
loading

Table of Contents