Print() - Keithley 3700A Series Reference Manual

System switch/multimeter
Hide thumbs Also See for 3700A Series:
Table of Contents

Advertisement

Section 11: TSP command reference
Details
The timespec is a table using the fields listed in the table below.
year
month
day
hour
min
sec
If the time (hour, minute, and second) options are not used, they default to noon for that day. When
called without a parameter (the first form), the function returns the current time.
Set the time zone before calling the os.time() function.
Example
systemTime = os.time({year = 2010,
month = 3,
day = 31,
hour = 14,
min = 25})
settime(systemTime)
Also see
settime()
(on page 11-352)
settimezone()

print()

This function generates a response message.
Type
TSP-Link accessible
Function
No
Usage
print(value1)
print(value1, value2)
print(value1, ..., valueN)
value1
value2
valueN
...
11-298
The year (1970 or later)
The month (1 to 12)
The day (1 to 31)
The hour (00 to 23)
The minute (00 to 59)
The second (00 to 59)
(on page 11-353)
Affected by
The first argument to output
The second argument to output
The last argument to output
One or more values separated with commas
Series 3700A System Switch/Multimeter Reference Manual
Sets the date and time to Mar 31, 2010 at
2:25 pm.
Where saved
Default value
3700AS-901-01 Rev. D/June 2018

Advertisement

Table of Contents
loading

Table of Contents