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

Interactive sourcemeter instrument
Table of Contents

Advertisement

Section 8: TSP command reference

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.
When using this command from a remote node, localnode should be replaced with the node reference, for
example, node[5].serialno.
Example
display.clear()
display.settext(display.TEXT1, localnode.serialno)
Clears the instrument display.
Places the serial number of this instrument on the top line of the User Screen display.
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(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,
minute = minute, second = second}))
year
month
day
hour
minute
second
8-72
Affected by
Not applicable
The serial number of the instrument
(on page 8-70)
(on page 8-74)
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)
Model 2450 Interactive SourceMeter® Instrument Reference Manual
Where saved
Not applicable
Where saved
Default value
Not applicable
Default value
2450-901-01 Rev. B/September 2013

Advertisement

Table of Contents
loading

Table of Contents