Interactive SourceMeter® Instrument Reference Manual Section 8: TSP comman
2461-901-01 A/November 2015 8-87
localnode.serialno
This attribute stores the instrument's serial number.
Type TSP-Link accessible Affected by Where saved Default value
Usage
serialno = localnode.serialno
The serial number of the instrument
Details
This indicates the instrument serial number.
Example
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
Also see
localnode.model (on page 8-85)
localnode.version (on page 8-89)
localnode.settime()
This function sets the date and time of the instrument.
Type TSP-Link accessible
Affected by Where saved Default value
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; must be more than 1970
Hour in 24-hour time format (0 to 23)